netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-23 13:56:15 to 2013-09-24 15:20:55 UTC [more...]

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

[REGRESSION][BISECTED] skge: add dma_mapping check
 2013-09-24 15:16 UTC  (4+ messages)

[PATCH 1/2] net: Toeplitz library functions
 2013-09-24 15:13 UTC  (11+ messages)
          ` [PATCH] net: net_secret should not depend on TCP

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

[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 01/10] can: Remove extern from function prototypes
 2013-09-24 14:22 UTC  (14+ messages)
` [PATCH 02/10] 8390: "
` [PATCH 03/10] adi: "
` [PATCH 04/10] amd/7990: "
` [PATCH 05/10] atheros: "
` [PATCH 06/10] broadcom: "
` [PATCH 07/10] brocade: "
` [PATCH 08/10] chelsio: "
` [PATCH 09/10] emulex: "
` [PATCH 10/10] gianfar: "

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

[net 0/6][pull request] Intel Wired LAN Driver Updates
 2013-09-24 14:12 UTC  (9+ messages)
` [net 1/6] igb: Fix ethtool loopback test for 82580 copper
` [net 2/6] i40e: use common failure flow
` [net 3/6] i40e: small clean ups from review
` [net 4/6] i40e: convert ret to aq_ret
` [net 5/6] i40e: better return values
` [net 6/6] i40e: clean up coccicheck reported errors

[PATCH net-next v3 0/2] ipv4: per-datagram IP_TOS and IP_TTL via sendmsg()
 2013-09-24 13:43 UTC  (3+ messages)
` [PATCH net-next v3 1/2] ipv4: IP_TOS and IP_TTL can be specified as ancillary data
` [PATCH net-next v3 2/2] ipv4: processing ancillary IP_TOS or IP_TTL

[PATCH net 0/4] bridge: Fix problems around the PVID
 2013-09-24 13:35 UTC  (8+ messages)

[PATCH] ptp: add range check on n_samples
 2013-09-24 12:50 UTC  (2+ messages)

[pchecks v1 2/4] Use raw cpu ops for calls that would trigger with checks
 2013-09-24 12:45 UTC  (2+ messages)

SMSC 9303 support
 2013-09-24 12:21 UTC 

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

[PATCH net-next] xfrm: Simplify SA looking up when using wildcard source address
 2013-09-24 11:45 UTC  (3+ messages)

[PATCH 09/19] net: Change variable type to bool
 2013-09-24 10:54 UTC  (6+ messages)
` [PATCH 11/19] wireless: "
` [PATCH 12/19] "

linux-next: manual merge of the ipsec-next tree with the net-next tree
 2013-09-24 10:25 UTC  (2+ messages)

[PATCH net-next] xen-netback: improve ring effeciency for guest RX
 2013-09-24  9:41 UTC  (2+ messages)

[PATCH net-next 0/5] tipc: some small patches
 2013-09-24  9:27 UTC  (6+ messages)
` [PATCH net-next 1/5] tipc: silence sparse warnings
` [PATCH net-next 2/5] tipc: make bearer and media naming consistent
` [PATCH net-next 3/5] tipc: avoid unnecessary lookup for tipc bearer instance
` [PATCH net-next 4/5] tipc: correct return value of recv_msg routine
` [PATCH net-next 5/5] tipc: correct return value of link_cmd_set_value routine

IP_FREEBIND with IPv6
 2013-09-24  9:24 UTC 

[PATCH] ipvs: improved SH fallback strategy
 2013-09-24  9:32 UTC  (3+ messages)

[PATCH] skge: fix broken driver
 2013-09-24  8:48 UTC  (13+ messages)
    ` [PATCH] stable_kernel_rules.txt: Exclude networking from stable rules

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

[PATCH net] vxlan: Use RCU apis to access sk_user_data
 2013-09-24  5:51 UTC  (2+ messages)

iSCSI support in Linux
 2013-09-24  5:30 UTC  (3+ messages)

[PATCH 01/12] tcp.h: Remove extern from function prototypes
 2013-09-24  4:24 UTC  (18+ messages)
` [PATCH 02/12] udp.h: "
` [PATCH 03/12] udplite.h: "
` [PATCH 04/12] wext.h: "
` [PATCH 05/12] wimax.h: "
` [PATCH 06/12] x25.h: "
` [PATCH 07/12] xfrm.h: "
` [PATCH 08/12] bluetooth: "
` [PATCH 09/12] caif_hsi.h: "
` [PATCH 10/12] irda: "
` [PATCH 11/12] netfilter: "
` [PATCH 12/12] sctp: "

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

[PATCH v2.39 0/7] MPLS actions and matches
 2013-09-24  2:49 UTC  (17+ messages)
` [PATCH v2.39 7/7] datapath: Add basic MPLS support to kernel

[RESEND PATCH iproute2] vxlan: add ipv6 support
 2013-09-24  2:44 UTC  (3+ messages)

Question on Netlink IPv6 routing table lookup
 2013-09-24  0:04 UTC  (2+ messages)

[PATCH ethtool 2/2] Hide state of VLAN tag offload and LRO if the kernel is too old
 2013-09-23 23:26 UTC 

[PATCH 2/2] net: Use Toeplitz for IPv4 and IPv6 connection hashing
 2013-09-23 23:26 UTC  (4+ messages)

[PATCH ethtool 1/2] Revert "Fix reporting of VLAN tag offload flags on Linux < 2.6.37"
 2013-09-23 23:24 UTC 

[PATCH 0/2] Toeplitz hashing
 2013-09-23 23:16 UTC  (2+ messages)

BUG: 32 bit net stats
 2013-09-23 22:42 UTC  (4+ messages)

(unknown)
 2013-09-23 22:45 UTC  (2+ messages)
` 

GOOD DAY
 2013-09-23 21:39 UTC 

[PATCH 1/2] remove all uses of printf's %n
 2013-09-23 21:24 UTC  (2+ messages)

[PATCH] igbvf: add missing iounmap() on error in igbvf_probe()
 2013-09-23 21:11 UTC  (2+ messages)

[PATCH net-next] igb: fix driver reload with VF assigned to guest
 2013-09-23 21:10 UTC  (2+ messages)

[PATCH] i40e: using for_each_set_bit to simplify the code
 2013-09-23 21:10 UTC  (2+ messages)

[PATCH] i40e: remove unused including <linux/version.h>
 2013-09-23 21:09 UTC  (2+ messages)

[PATCH] i40e: fix error return code in i40e_probe()
 2013-09-23 21:09 UTC  (2+ messages)

[PATCH 1/1] mrp: add periodictimer to allow retries when packets get lost
 2013-09-23 20:54 UTC  (4+ messages)

[PATCH] net/lapb: re-send packets on timeout
 2013-09-23 20:53 UTC  (2+ messages)

[PATCH] ptp: add the PTP_SYS_OFFSET ioctl to the testptp program clock
 2013-09-23 20:46 UTC  (4+ messages)
  ` [PATCH net-next v4] ptp: add the PTP_SYS_OFFSET ioctl to the testptp program

[PATCH -next] openvswitch: remove duplicated include from vport-gre.c
 2013-09-23 20:41 UTC  (2+ messages)

[PATCH -next] openvswitch: remove duplicated include from vport-vxlan.c
 2013-09-23 20:41 UTC  (2+ messages)

[PATCH net-next] xen-netfront: convert to GRO API and advertise this feature
 2013-09-23 20:32 UTC  (11+ messages)
` [Xen-devel] "

[PATCH net 0/6] bnx2x: Bug fixes patch series
 2013-09-23 20:18 UTC  (2+ messages)

Pull request: sfc-next 2013-09-23
 2013-09-23 20:10 UTC  (2+ messages)

[PATCH] Do not drop DNATed 6to4/6rd packets
 2013-09-23 20:04 UTC  (9+ messages)
    ` [PATCH] Do not drop DNATed 6to4/6rd packets (v3)
    ` [PATCH] Do not drop DNATed 6to4/6rd packets (v4)
        ` [PATCH v5] IPv6 NAT: Do not drop DNATed 6to4/6rd packets

[PATCH ethtool] sfc: Add support for EF10 registers
 2013-09-23 19:32 UTC  (6+ messages)
    ` missing kfree_skb(skb) in ipv6_frag_rcv()?

[PATCH net-next] dev: advertise rx_flags changes
 2013-09-23 19:27 UTC  (2+ messages)

iproute2 and libnl3?
 2013-09-23 19:19 UTC 

[PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
 2013-09-23 18:42 UTC  (3+ messages)

Pull request: sfc-next 2013-09-21
 2013-09-23 18:34 UTC  (6+ messages)
` [PATCH net-next 11/11] sfc: Add static tracepoints to datapath

iproute2 and libnl3?
 2013-09-23 18:17 UTC 

[PATCH ethtool] sfc: Stop using bitfields in register definition structures
 2013-09-23 18:14 UTC 

Problem with tap interface: link is not ready
 2013-09-23 16:14 UTC  (2+ messages)

question tehuti.c
 2013-09-23 15:54 UTC 

[PATCH 00/51] DMA mask changes
 2013-09-23 14:42 UTC  (5+ messages)
` [PATCH 18/51] DMA-API: staging: et131x: replace dma_set_mask()+dma_set_coherent_mask() with new helper


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