netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-24 14:11:04 to 2013-09-25 10:12:13 UTC [more...]

[PATCH net-next v5 5/6] bonding: remove the counter and simplify bond_for_each_slave_from()
 2013-09-25 10:10 UTC  (2+ messages)

[PATCH net-next] dev: advertise rx_flags changes
 2013-09-25 10:02 UTC  (5+ messages)
` [PATCH net-next v2] dev: always "
    ` [PATCH net-next v3 1/2] dev: update __dev_notify_flags() to send rtnl msg
      ` [PATCH net-next v3 2/2] dev: always advertise rx_flags changes via netlink

[PATCH net v5 0/1] xen-netback: windows frontend compatibility fixes
 2013-09-25  9:59 UTC  (2+ messages)
` [PATCH net v5 1/1] xen-netback: Handle backend state transitions in a more robust way

[PATCH net-next v5 6/6] bonding: use RCU protection for alb xmit path
 2013-09-25  9:52 UTC 

[PATCH net-next v5 1/6] bonding: simplify and use RCU protection for 3ad xmit path
 2013-09-25  9:52 UTC 

[PATCH net-next v5 3/6] bonding: replace read_lock to rcu_read_lock for bond_3ad_get_active_agg_info()
 2013-09-25  9:52 UTC 

[PATCH net-next v5 2/6] bonding: remove the no effect lock for bond_3ad_lacpdu_recv()
 2013-09-25  9:52 UTC 

[PATCH net-next v5 4/6] bonding: add rtnl lock for bonding_store_xmit_hash
 2013-09-25  9:52 UTC 

[PATCH net-next v5 0/6] bonding: Patchset for rcu use in bonding
 2013-09-25  9:52 UTC 

[PATCH] ipvs: improved SH fallback strategy
 2013-09-25  9:26 UTC  (6+ messages)

[PATCH 1/2] net: qmi_wwan: add Telit LE920 newer firmware support
 2013-09-25  9:21 UTC  (2+ messages)
` [PATCH 2/2] net: qmi_wwan: fix checkpatch warnings

[PATCH 1/2] net: Toeplitz library functions
 2013-09-25  9:00 UTC  (42+ messages)
          ` [PATCH] net: net_secret should not depend on TCP
            ` [PATCH RFC] random: introduce get_random_bytes_busy_wait_initialized

BUG: MARK in OUTPUT + ip_tunnel causes kernel panic
 2013-09-25  8:59 UTC  (3+ messages)

SMSC 9303 support
 2013-09-25  8:24 UTC  (6+ messages)

[PATCH] iproute2: bridge: Close file with bridge monitor file
 2013-09-25  7:45 UTC 

[PATCH] moxa: drop free_irq of devm_request_irq allocated irq
 2013-09-25  7:33 UTC 

Kernel Panic Sending Frames Using dev_queue_xmit()
 2013-09-25  7:32 UTC 

[PATCH v2] powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file
 2013-09-25  7:24 UTC 

[PATCH v5 net-next 00/27] bonding: use neighbours instead of own lists
 2013-09-25  7:20 UTC  (28+ messages)
` [PATCH v5 net-next 01/27] net: use lists as arguments instead of bool upper
` [PATCH v5 net-next 02/27] net: add adj_list to save only neighbours
` [PATCH v5 net-next 03/27] net: add RCU variant to search for netdev_adjacent link
` [PATCH v5 net-next 04/27] net: add netdev_adjacent->private and allow to use it
` [PATCH v5 net-next 05/27] bonding: populate neighbour's private on enslave
` [PATCH v5 net-next 06/27] bonding: modify bond_get_slave_by_dev() to use neighbours
` [PATCH v5 net-next 07/27] net: add for_each iterators through neighbour lower link's private
` [PATCH v5 net-next 08/27] bonding: remove bond_for_each_slave_continue_reverse()
` [PATCH v5 net-next 09/27] bonding: make bond_for_each_slave() use lower neighbour's private
` [PATCH v5 net-next 10/27] bonding: use bond_for_each_slave() in bond_uninit()
` [PATCH v5 net-next 11/27] bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() only
` [PATCH v5 net-next 12/27] bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()
` [PATCH v5 net-next 13/27] bonding: rework bond_find_best_slave() "
` [PATCH v5 net-next 14/27] bonding: rework bond_ab_arp_probe() "
` [PATCH v5 net-next 15/27] bonding: remove unused bond_for_each_slave_from()
` [PATCH v5 net-next 16/27] bonding: add bond_has_slaves() and use it
` [PATCH v5 net-next 17/27] bonding: convert bond_has_slaves() to use the neighbour list
` [PATCH v5 net-next 18/27] net: add a possibility to get private from netdev_adjacent->list
` [PATCH v5 net-next 19/27] bonding: convert first/last slave logic to use neighbours
` [PATCH v5 net-next 20/27] bonding: remove bond_prev_slave()
` [PATCH v5 net-next 21/27] bonding: add __bond_next_slave() which uses neighbours
` [PATCH v5 net-next 22/27] bonding: use neighbours for bond_next_slave()
` [PATCH v5 net-next 23/27] bonding: remove slave lists
` [PATCH v5 net-next 24/27] vlan: link the upper neighbour only after registering
` [PATCH v5 net-next 25/27] vlan: unlink the upper neighbour before unregistering
` [PATCH v5 net-next 26/27] net: expose the master link to sysfs, and remove it from bond
` [PATCH v5 net-next 27/27] net: create sysfs symlinks for neighbour devices

[RFC PATCHv2 0/4] Add DT support for fixed PHYs
 2013-09-25  7:12 UTC  (3+ messages)

[PATCH] Allow userspace code to use flag IFA_F_SECONDARY to specify an ip address to be primary or secondary ip on an interface
 2013-09-25  7:08 UTC  (8+ messages)

Let the moment last as much as you want
 2013-09-25  6:44 UTC 

[PATCH net 1/2] ip_tunnel: Fix a memory corruption in ip_tunnel_xmit
 2013-09-25  5:55 UTC  (2+ messages)
` [PATCH net 2/2] ip_tunnel: Add fallback tunnels to the hash lists

linux-next: manual merge of the ipsec-next tree with the net-next tree
 2013-09-25  5:29 UTC  (4+ messages)

SCTP will not bind to link-local IPv6 address (3.9.11+ kernel)
 2013-09-25  3:48 UTC 

[PATCH tip/core/rcu 03/13] bridge: Apply rcu_access_pointer() to avoid sparse false positive
 2013-09-25  1:35 UTC  (11+ messages)
  ` [PATCH tip/core/rcu 04/13] wireless: "
  ` [PATCH tip/core/rcu 05/13] decnet: "
  ` [PATCH tip/core/rcu 06/13] ipv4/ip_socketglue: "
  ` [PATCH tip/core/rcu 07/13] ipv6/ip6_tunnel: "
  ` [PATCH tip/core/rcu 08/13] ipv6/ip6_gre: "
  ` [PATCH tip/core/rcu 09/13] ipv6/sit: "
    ` [PATCH tip/core/rcu 10/13] mac80211: "
  ` [PATCH tip/core/rcu 11/13] bridge/br_mdb: "
  ` [PATCH tip/core/rcu 12/13] bonding/bond_main: "
  ` [PATCH tip/core/rcu 13/13] bonding/bond_alb.c: "

[PATCH 00/10 - GIT PULL] drivers: net: Next block of Remove extern from function prototypes
 2013-09-25  1:34 UTC  (16+ messages)
` [PATCH 01/10] ibm/emac: "
` [PATCH 02/10] intel: "
` [PATCH 03/10] oki-semi: "
` [PATCH 04/10] qlogic: "
` [PATCH 05/10] sfc: "
` [PATCH 06/10] stmicro: "
` [PATCH 07/10] ti: "
` [PATCH 08/10] toshiba: "
` [PATCH 09/10] fddi/skfp: "
` [PATCH 10/10] irda: "

nftables-dports
 2013-09-25  0:18 UTC 

[PATCH 1/2 v2] net: Add function to get SW rxhash
 2013-09-25  0:17 UTC  (4+ messages)

Cannot re-enable 'auto' for IPv6 link local?
 2013-09-24 23:04 UTC  (3+ messages)

[PATCH] Do not drop DNATed 6to4/6rd packets (v4)
 2013-09-24 21:36 UTC  (3+ messages)
` [PATCH v5] IPv6 NAT: Do not drop DNATed 6to4/6rd packets

per-PID network stats files in /proc
 2013-09-24 21:22 UTC  (6+ messages)

[ipv4:PATCH] Allow userspace to specify primary or secondary ip on interface
 2013-09-24 21:09 UTC 

[PATCH 2/2 v2] tun: call skb_get_sw_rxhash
 2013-09-24 20:42 UTC 

[PATCH v4 net-next 00/27] bonding: use neighbours instead of own lists
 2013-09-24 19:39 UTC  (4+ messages)
` [PATCH v4 net-next 06/27] bonding: modify bond_get_slave_by_dev() to use neighbours

[net 0/6][pull request] Intel Wired LAN Driver Updates
 2013-09-24 19:09 UTC  (5+ messages)
` [net 5/6] i40e: better return values

[PATCH 01/10] can: Remove extern from function prototypes
 2013-09-24 18:06 UTC  (8+ messages)
` [PATCH 04/10] amd/7990: "

[PATCH net 0/4] bridge: Fix problems around the PVID
 2013-09-24 17:55 UTC  (10+ messages)

[CFT][PATCH] net: Delay default_device_exit_batch until no devices are unregistering
 2013-09-24 17:54 UTC  (6+ messages)
      ` [PATCH] net: Delay default_device_exit_batch until no devices are unregistering v2

[REGRESSION][BISECTED] skge: add dma_mapping check
 2013-09-24 17:50 UTC  (5+ messages)

sveiki
 2013-09-24 17:24 UTC 

[PATCH net v3] vxlan: Use RCU apis to access sk_user_data
 2013-09-24 17:25 UTC 

[PATCH] powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file
 2013-09-24 17:14 UTC  (2+ messages)

[PATCH 1/2] net: Add function to get SW rxhash
 2013-09-24 17:03 UTC  (2+ messages)

[PATCH 2/2] tun: call skb_get_sw_rxhash
 2013-09-24 16:21 UTC 

[PATCH net-next] xen-netfront: convert to GRO API and advertise this feature
 2013-09-24 16:30 UTC  (2+ messages)
` [Xen-devel] "

[PATCH net] vxlan: Use RCU apis to access sk_user_data
 2013-09-24 16:27 UTC  (3+ messages)

[RFC PATCH 0/2] l2tp: add vlan pseudowire support
 2013-09-24 16:27 UTC  (3+ messages)
` [RFC PATCH 1/2] vlan: export functions to register/unregister vlan devices
` [RFC PATCH 2/2] l2tp: add vlan pseudowire support

[PATCH net v2] vxlan: Use RCU apis to access sk_user_data
 2013-09-24 16:25 UTC  (3+ messages)

[PATCH net v4 0/1] xen-netback: windows frontend compatibility fixes
 2013-09-24 16:12 UTC  (3+ messages)
` [PATCH net v4 1/1] xen-netback: Handle backend state transitions in a more robust way

[PATCH] ipv6: udp packets following an UFO enqueued packet need also be handled by UFO
 2013-09-24 15:43 UTC  (2+ messages)

[PATCH net v3 0/1] xen-netback: windows frontend compatibility fixes
 2013-09-24 15:33 UTC  (5+ messages)
` [PATCH net v3 1/1] xen-netback: Handle backend state transitions in a more robust way

question tehuti.c
 2013-09-24 15:34 UTC  (2+ messages)

[PATCH net-next] ipv6: do not allow ipv6 module to be removed
 2013-09-24 15:32 UTC  (2+ messages)

[PATCH net-next] net: introduce SO_MAX_PACING_RATE
 2013-09-24 15:20 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2] qlge: call ql_core_dump() only if dump memory was allocated
 2013-09-24 15:20 UTC  (2+ messages)

[PATCH net-next] tcp: fix dynamic right sizing
 2013-09-24 15:16 UTC  (2+ messages)

[PATCH v3 -next 1/2] tcp: syncookies: reduce cookie lifetime to 128 seconds
 2013-09-24 14:40 UTC  (4+ messages)
` [PATCH v3 -next 2/2] tcp: syncookies: reduce mss table to four values

[net-next PATCH 0/4] cpsw: support for control module register
 2013-09-24 14:34 UTC  (2+ messages)

[PATCH] skge: fix invalid value passed to pci_unmap_sigle
 2013-09-24 14:18 UTC  (2+ messages)

[PATCH ] net: raw: do not report ICMP redirects to user space
 2013-09-24 14:17 UTC  (2+ messages)

[PATCH ] net: udp: do not report ICMP redirects to user space
 2013-09-24 14:17 UTC  (2+ messages)


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).