netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-21 18:02:37 to 2015-09-22 09:07:49 UTC [more...]

[PATCH 00/30] Netfilter/IPVS updates for net-next
 2015-09-22  9:14 UTC  (7+ messages)
` [PATCH 01/30] ipvs: replace ip_vs_fill_ip4hdr with ip_vs_fill_iph_skb_off
` [PATCH 03/30] ipvs: Handle inverse and icmp headers in ip_vs_leave
` [PATCH 05/30] ipvs: drop inverse argument to conn_{in,out}_get
` [PATCH 06/30] ipvs: Make ip_vs_schedule aware of inverse iph'es
` [PATCH 08/30] ipvs: Use outer header in ip_vs_bypass_xmit_v6
` [PATCH 11/30] ipvs: ensure that ICMP cannot be sent in reply to ICMP

[PATCH v2] lib: fix data race in rhashtable_rehash_one
 2015-09-22  9:05 UTC  (2+ messages)

[GIT PULL] ARCNET: refactoring and cleanup
 2015-09-22  9:02 UTC  (34+ messages)
` [PATCH 01/33] arcnet: fix indentation of if_arcnet.h
` [PATCH 02/33] arcnet: Use normal kernel spacing style
` [PATCH 03/33] arcnet: Add and remove blank lines
` [PATCH 04/33] arcnet: Use normal kernel brace style
` [PATCH 05/33] arcnet: Coalesce string fragments
` [PATCH 06/33] arcnet: Use include/linux path for asm
` [PATCH 07/33] arcnet: Use network block comment style
` [PATCH 08/33] arcnet: Neaten BUGMSG macro defines
` [PATCH 09/33] arcnet: Expand odd BUGLVL macro with if and uses
` [PATCH 10/33] arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_cont
` [PATCH 11/33] arcnet: Convert printk to pr_<level>
` [PATCH 12/33] arcnet: Move EXPORT_SYMBOL after declarations
` [PATCH 13/33] arcnet: Remove unnecessary OOM messages
` [PATCH 14/33] arcnet: Remove assignments from ifs
` [PATCH 15/33] arcnet: Remove pointer comparisons to NULL
` [PATCH 16/33] arcnet: Convert arcnet_dump_skb macro to static inline
` [PATCH 17/33] arcnet: Wrap some long lines
` [PATCH 18/33] arcnet: Move files out of include/linux
` [PATCH 19/33] arcnet: Make a char * array const char * const
` [PATCH 20/33] arcnet: Add arcnet_<I/O> macros
` [PATCH 21/33] arcnet: com20020: Use arcnet_<I/O> routines
` [PATCH 22/33] arcnet: com90io: "
` [PATCH 23/33] arcnet: com90xx: "
` [PATCH 24/33] arcnet: arcdevice.h: Add arcnet_readb and arcnet_writeb
` [PATCH 25/33] arcnet: arc-rimi: Use arcnet_<I/O> routines
` [PATCH 26/33] arcnet: com90xx: Use arcnet_readb/writeb routines
` [PATCH 27/33] arcnet: Remove function pointer macro indirections
` [PATCH 28/33] arcnet: Add com9026.h to standardize COM9026_REG_<foo>
` [PATCH 29/33] arcnet: Remove unused arcnet_<I/O>w macros
` [PATCH 30/33] arcnet: reformat structs to C99 format
` [PATCH 31/33] arcnet: com20020: replace magic numbers with readable macros
` [PATCH 32/33] arcnet: arc-rawmode: reorder module functions
` [PATCH 33/33] arcnet: capmode: remove extra function

[PATCH] net: davinci_emac: Add support for fixed-link PHY
 2015-09-22  8:57 UTC 

[PATCH] lib: fix data race in rhashtable_rehash_one
 2015-09-22  8:52 UTC  (7+ messages)

[PATCH next 0/30] Passing net through the netfilter hooks
 2015-09-22  8:50 UTC  (64+ messages)
` [PATCH next 0/14] netfilter: Stop guessing net
  ` [PATCH next 0/15] netfilter: Stop guessing net (take 2)
    ` [PATCH next 00/84] ipvs: Stop guessing the network namespace
      ` [PATCH next 00/84] ipvs: Stop guessing the network namespace (take 2)
        ` [PATCH next 03/84] ipvs: Use state->net in the ipvs forward functions
        ` [PATCH next 04/84] ipvs: Store ipvs not net in struct ip_vs_conn
        ` [PATCH next 05/84] ipvs: Store ipvs not net in struct ip_vs_conn_param
        ` [PATCH next 06/84] ipvs: Pass ipvs not net to ip_vs_fill_conn
        ` [PATCH next 07/84] ipvs: Store ipvs not net in struct ip_vs_service
        ` [PATCH next 08/84] ipvs: Pass ipvs not net to ip_vs_svc_fwm_hashkey
        ` [PATCH next 09/84] ipvs: Pass ipvs not net to __ip_vs_svc_fwm_find
        ` [PATCH next 10/84] ipvs: Pass ipvs not net to ip_vs_svc_hashkey
        ` [PATCH next 13/84] ipvs: Pass ipvs not net to ip_vs_has_real_service
        ` [PATCH next 14/84] ipvs: Pass ipvs not net to ip_vs_find_dest
        ` [PATCH next 16/84] ipvs: Pass ipvs not net to __ip_vs_del_dest
        ` [PATCH next 17/84] ipvs: Pass ipvs not net to ip_vs_dest_trash_expire
        ` [PATCH next 18/84] ipvs: Cache ipvs in ip_vs_genl_set_cmd
        ` [PATCH next 19/84] ipvs: Pass ipvs not net to ip_vs_add_service
        ` [PATCH next 22/84] ipvs: Pass ipvs not net to ip_vs_zero_all
        ` [PATCH next 23/84] ipvs: Cache ipvs in ip_vs_in_icmp and ip_vs_in_icmp_v6
        ` [PATCH next 28/84] ipvs: Pass ipvs not net to __ip_vs_get_timeouts
        ` [PATCH next 32/84] ipvs: Pass ipvs not net to ip_vs_genl_del_daemon
        ` [PATCH next 33/84] ipvs: Pass ipvs not net to start_sync_thread
        ` [PATCH next 34/84] ipvs: Pass ipvs not net to stop_sync_thread
        ` [PATCH next 36/84] ipvs: Pass ipvs not net to make_receive_sock
        ` [PATCH next 39/84] ipvs: Pass ipvs not net to ip_vs_sync_conn_v0
        ` [PATCH next 41/84] ipvs: Pass ipvs not net to ip_vs_proc_conn
        ` [PATCH next 45/84] ipvs: Pass ipvs not net to ip_vs_genl_set_config
        ` [PATCH next 49/84] ipvs: Pass ipvs not net into ip_vs_control_net_(init|cleanup)
        ` [PATCH next 50/84] ipvs: Pass ipvs not net to estimation_timer
        ` [PATCH next 51/84] ipvs: Pass ipvs not net to ip_vs_estimator_net_init and ip_vs_estimator_cleanup
        ` [PATCH next 52/84] ipvs: Pass ipvs not net into register_app and unregister_app
        ` [PATCH next 53/84] ipvs: Pass ipvs not net into ip_vs_app_inc_new
        ` [PATCH next 54/84] ipvs: Pass ipvs not net to register_ip_vs_app_inc
        ` [PATCH next 55/84] ipvs: Pass ipvs not net to register_ip_vs_app and unregister_ip_vs_app
        ` [PATCH next 56/84] ipvs: Pass ipvs not net into ip_vs_app_inc_release
        ` [PATCH next 60/84] ipvs: Pass ipvs into ip_vs_conn_fill_param_proto
        ` [PATCH next 61/84] ipvs: Pass ipvs into .conn_in_get and ip_vs_conn_in_get_proto
        ` [PATCH next 62/84] ipvs: Pass ipvs into conn_out_get
        ` [PATCH next 63/84] ipvs: Pass ipvs not net to ip_vs_conn_hashkey
        ` [PATCH next 64/84] ipvs: Pass ipvs not net into ip_vs_conn_net_flush
        ` [PATCH next 65/84] ipvs: Pass ipvs not net into ip_vs_conn_net_init and ip_vs_conn_net_cleanup
        ` [PATCH next 66/84] ipvs: Pass ipvs into .conn_schedule and ip_vs_try_to_schedule
        ` [PATCH next 67/84] ipvs: Better derivation of ipvs in ip_vs_tunnel_xmit
        ` [PATCH next 68/84] ipvs: Pass ipvs into __ip_vs_get_out_rt
        ` [PATCH next 69/84] ipvs: Pass ipvs into __ip_vs_get_out_rt_v6
        ` [PATCH next 70/84] ipvs: Pass ipvs into ensure_mtu_is adequate
        ` [PATCH next 71/84] ipvs: Better derivation of ipvs in ip_vs_in_stats and ip_vs_out_stats
        ` [PATCH next 72/84] ipvs: Wrap sysctl_cache_bypass and remove ifdefs in ip_vs_leave
        ` [PATCH next 73/84] ipvs: Simplify ipvs and net access "
        ` [PATCH next 74/84] ipvs: Pass ipvs not net into sysctl_nat_icmp_send
        ` [PATCH next 75/84] ipvs: Pass ipvs into ip_vs_out
        ` [PATCH next 76/84] ipvs: Pass ipvs into ip_vs_in
        ` [PATCH next 77/84] ipvs: Pass ipvs into ip_vs_in_icmp and ip_vs_in_icmp_v6
        ` [PATCH next 78/84] ipvs: Pass ipvs into ip_vs_out_icmp and ip_vs_out_icmp_v6
        ` [PATCH next 79/84] ipvs: Pass ipvs through ip_vs_route_me_harder into sysctl_snat_reroute
        ` [PATCH next 80/84] ipvs: Remove net argument from ip_vs_tcp_conn_listen
        ` [PATCH next 81/84] ipvs: Pass ipvs not net to ip_vs_protocol_net_(init|cleanup)
        ` [PATCH next 82/84] ipvs: Remove skb_net
        ` [PATCH next 83/84] ipvs: Remove skb_sknet
        ` [PATCH next 84/84] ipvs: Pass ipvs into ip_vs_gather_frags

[PATCH net-next 0/7] bridge: don't age out externally added FDB entries
 2015-09-22  8:28 UTC  (7+ messages)
` [PATCH net-next 4/7] bridge: define some min/max ageing time constants we'll use next
` [PATCH net-next 6/7] bridge: don't age externally added FDB entries

[PATCH] ch9200: Convert to use module_usb_driver
 2015-09-22  7:31 UTC  (2+ messages)

[RFC PATCH kernel] Revert "net/mlx4_core: Add port attribute when tracking counters"
 2015-09-22  6:57 UTC  (8+ messages)

[patch net-next RFC 0/6] switchdev: introduce tranction enfra and for pre-commit split
 2015-09-22  6:12 UTC  (9+ messages)

[PATCH] igb: add more checks for disconnected adapter
 2015-09-22  5:21 UTC  (5+ messages)
` [Intel-wired-lan] "

[PATCH net] net: Handle negative checksum offset in skb-checksum-help
 2015-09-22  4:44 UTC  (7+ messages)

[RFC PATCH 0/3] 1588 support for Zynq Ultrascale+ MPSoC
 2015-09-22  4:21 UTC  (5+ messages)
` [RFC PATCH 2/3] net: macb: Add support for 1588 "

linux-next: build failure after merge of the bluetooth tree
 2015-09-22  3:42 UTC  (2+ messages)

[PATCH v4] netlink: Fix autobind race condition that leads to zero port ID
 2015-09-22  3:38 UTC  (8+ messages)
      ` netlink: Replace rhash_portid with bound
          ` [PATCH v2] "
        ` [PATCH] netlink: Replace rhash_portid with load_acquire protected boolean

[PATCH net v2] openvswitch: Zero flows on allocation
 2015-09-22  3:21 UTC 

[PATCH net-next] Driver: Vmxnet3: Extend register dump support
 2015-09-22  3:01 UTC 

DSA: phy polling
 2015-09-22  2:14 UTC  (2+ messages)

4.1.0, kernel panic, pppoe_release
 2015-09-22  1:47 UTC  (6+ messages)

[PATCH] net: dsa: actually force the speed on the CPU port
 2015-09-22  1:18 UTC  (2+ messages)

[PATCH net] openvswitch: Zero flows on allocation
 2015-09-22  1:11 UTC  (3+ messages)

[PATCH v2] geneve: remove use of internal IP header when calling IP_ECN_decapsulate
 2015-09-22  1:11 UTC  (3+ messages)
` [PATCH v3] geneve: ensure ECN info is handled properly in all tx/rx paths

[PATCH v3 0/2] [net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag
 2015-09-22  0:27 UTC  (3+ messages)
` [PATCH v3 1/2] [net] af_unix: Convert the unix_sk macro to an inline function for type safety
` [PATCH v3 2/2] [net] af_unix: return data from multiple SKBs on recv() with MSG_PEEK flag

[net-next PATCH 0/4] Add support for reading macid when DT macid not found
 2015-09-22  0:22 UTC  (2+ messages)

[RFC net-next 0/4] net: VRF support in IPv6 stack
 2015-09-22  0:18 UTC  (7+ messages)
` [RFC net-next 1/4] l3mdev: ipv6 support
` [RFC net-next 2/4] net: Remove use of IFF_SLAVE with L3 devices
` [RFC net-next 3/4] net: VRF device: Initial IPv6 support
` [RFC net-next 4/4] net: ipv6: Initial support for VRFs

pull-request: can-next 2015-09-17
 2015-09-22  0:15 UTC  (2+ messages)

[PATCH net-next v2 0/7] bridge: don't age out externally added FDB entries
 2015-09-22  0:11 UTC  (3+ messages)
` [PATCH net-next v2 5/7] rocker: add FDB cleanup timer

[PATCH 00/15] RDS: connection scalability and performance improvements
 2015-09-21 23:55 UTC  (4+ messages)
` [PATCH 05/15] RDS: increase size of hash-table to 8K

[PATCH net] inet: fix races in reqsk_queue_hash_req()
 2015-09-21 23:32 UTC  (2+ messages)

[PATCH net] tcp/dccp: fix timewait races in timer handling
 2015-09-21 23:32 UTC  (2+ messages)

[PATCH net-next] sunvnet:Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new()
 2015-09-21 23:28 UTC  (2+ messages)

[PATCH net-next] tcp: factorize sk_txhash init
 2015-09-21 23:28 UTC 

[PATCH net-next] net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_high
 2015-09-21 23:26 UTC  (2+ messages)

[PATCH] geneve: restore vlan bits in xmit path
 2015-09-21 23:24 UTC  (3+ messages)
` [PATCH v2] geneve: remove vlan-related feature assignment

[PATCH] iplink_geneve: add UDP destination port configuration at link creation
 2015-09-21 23:24 UTC  (3+ messages)
` [PATCH] geneve: use network byte order for destination port config parameter

[PATCH net-next] tcp: send loss probe after 1s if no RTT available
 2015-09-21 23:19 UTC  (2+ messages)

[PATCH net-next] tcp: usec resolution SYN/ACK RTT
 2015-09-21 23:19 UTC  (2+ messages)

[PATCH] usbnet: New driver for QinHeng CH9200 devices
 2015-09-21 23:17 UTC  (2+ messages)

[PATCH v2 1/3] net: irda: pxaficp_ir: use sched_clock() for time management
 2015-09-21 23:12 UTC  (4+ messages)

[PATCH 0/2] net: phy: Fix module autoload for OF platform drivers
 2015-09-21 23:11 UTC  (2+ messages)

[PATCH 0/6] net: Fix module autoload for OF platform drivers
 2015-09-21 23:09 UTC  (2+ messages)

197b:0250 JMicron JMC250 Gigabit ethernet doesn't work
 2015-09-21 23:04 UTC  (2+ messages)

[PATCH net-next V2 0/5] s390: qeth and iucv patches
 2015-09-21 23:03 UTC  (2+ messages)

pull request: bluetooth-next 2015-09-18
 2015-09-21 23:01 UTC  (2+ messages)

[PATCH RFC 0/3] kcm: Kernel Connection Multiplexor (KCM)
 2015-09-21 22:53 UTC  (6+ messages)

[iproute2 net-next] ip route: Add RTM_F_LOOKUP_TABLE flag and show table id
 2015-09-21 22:36 UTC  (8+ messages)

[PATCH 0/7] Phy and mdiobus fixes
 2015-09-21 22:08 UTC  (5+ messages)
` [PATCH 1/7] phy: fix of_mdio_find_bus() device refcount leak

[PATCH 2/2] 8139cp: Call __cp_set_rx_mode() from cp_tx_timeout()
 2015-09-21 21:47 UTC  (11+ messages)
` [PATCH 1/7] 8139cp: Improve accuracy of cp_interrupt() return, to survive IRQ storms
` [PATCH 4/7] 8139cp: Fix TSO/scatter-gather descriptor setup
` [PATCH 7/7] 8139cp: Avoid gratuitous writes to TxPoll register when already running

[iproute PATCH] man: tc.8: mention Fair Queue scheduler
 2015-09-21 21:30 UTC  (2+ messages)

KASan warning with ping call stack
 2015-09-21 21:03 UTC 

iproute2 tunnel name parsing
 2015-09-21 20:26 UTC  (4+ messages)
` [iproute2 PATCH] ip-link: do not support 'ip link add dev help'

[PATCH RFC 0/3] Allow postponed netfilter handling for socket matches
 2015-09-21 19:05 UTC  (6+ messages)

[PATCH v2 0/5] net: Hisilicon Network Subsystem support
 2015-09-21 14:52 UTC  (3+ messages)
` [PATCH v2 1/5] net: add Hisilicon Network Subsystem support (config and documents)

[PATCH V6 net-next 0/2] net: implement SMC-R solution
 2015-09-21 18:44 UTC  (3+ messages)
` [PATCH V6 net-next 2/2] smc: introduce socket family AF_SMC


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).