messages from 2012-08-23 00:00:08 to 2012-08-23 20:04:56 UTC [more...]
[PATCH 0/8] csiostor: Chelsio FCoE offload driver submission
2012-08-23 22:27 UTC (9+ messages)
` [PATCH 2/8] csiostor: Chelsio FCoE offload driver submission (sources part 2)
` [PATCH 3/8] csiostor: Chelsio FCoE offload driver submission (sources part 3)
` [PATCH 4/8] csiostor: Chelsio FCoE offload driver submission (sources part 4)
` [PATCH 5/8] csiostor: Chelsio FCoE offload driver submission (sources part 5)
` [PATCH 6/8] csiostor: Chelsio FCoE offload driver submission (headers part 1)
[PATCH v3 00/17] generic hashtable implementation
2012-08-23 20:04 UTC (5+ messages)
` [PATCH v3 01/17] hashtable: introduce a small and naive hashtable
[RFC PATCH bridge 0/5] Add basic VLAN support to bridges
2012-08-23 19:53 UTC (12+ messages)
` [RFC PATCH bridge 1/5] bridge: Add vlan check to forwarding path
` [RFC PATCH bridge 2/5] bridge: Add vlan to unicast fdb entries
` [RFC PATCH bridge 3/5] bridge: Add vlan id to multicast groups
` [RFC PATCH bridge 4/5] bridge: Add private ioctls to configure vlans on bridge ports
` [RFC PATCH bridge 5/5] bridge: Add sysfs interface to display VLANS
[PATCH] [v2] netdev/phy: add MDIO bus multiplexer driven by a memory-mapped device
2012-08-23 19:44 UTC
[net-next 00/13][pull request] Intel Wired LAN Driver Updates
2012-08-23 18:58 UTC (37+ messages)
` [net-next 01/13] e1000e: use correct type for read of 32-bit register
` [net-next 02/13] e1000e: cleanup strict checkpatch check
` [net-next 03/13] e1000e: cleanup - remove inapplicable comment
` [net-next 04/13] e1000e: cleanup checkpatch PREFER_PR_LEVEL warning
` [net-next 05/13] e1000e: cleanup - remove unnecessary variable
` [net-next 06/13] e1000e: update driver version number
` [net-next 07/13] e1000e: cleanup strict checkpatch MEMORY_BARRIER checks
` [net-next 08/13] igb: Add loopback test support for i210
` [net-next 09/13] igb: reduce Rx header size
` [net-next 10/13] igb: Tidy up wrapping for CONFIG_IGB_PTP
` [net-next 11/13] igb: Update PTP function names/variables and locations
` [net-next 12/13] igb: Correct PTP support query from ethtool
` [net-next 13/13] igb: Store the MAC address in the name in the PTP struct
[PATCH] mwifiex: use is_zero_ether_addr() instead of memcmp()
2012-08-23 18:28 UTC (2+ messages)
[PATCH net-next v3] net: remove delay at device dismantle
2012-08-23 18:21 UTC (6+ messages)
Best way to set kernel thread affinity for handling a socket?
2012-08-23 17:56 UTC (5+ messages)
[PATCH] net-tcp: fix cwnd reduction for non-sack recovery
2012-08-23 17:25 UTC (3+ messages)
[PATCH v2] net-tcp: TCP/IP stack bypass for loopback connections
2012-08-23 16:41 UTC (6+ messages)
[PATCH net-next] packet: fix broken build
2012-08-23 16:29 UTC (2+ messages)
[PATCH] af_packet: match_fanout_group() can be static
2012-08-23 16:28 UTC (2+ messages)
[PATCH net-next] net: reinstate rtnl in call_netdevice_notifiers()
2012-08-23 16:24 UTC (3+ messages)
[PATCH RFC 0/2] Interface for TCP Metrics
2012-08-23 16:26 UTC (6+ messages)
` [PATCH RFC 1/2] tcp: add generic netlink support for tcp_metrics
` [PATCH RFC 2/2] iproute2: add "
[PATCH 1/2] ipv6: do not hold route table lock when send ndisc probe
2012-08-23 16:10 UTC (4+ messages)
[PATCH 0/3] ipvs: IPv6 fragment handling for IPVS
2012-08-23 16:06 UTC (5+ messages)
` [PATCH 2/3] ipvs: Fix faulty IPv6 extension header handling in IPVS
IPv6 deadlock with CONFIG_IPV6_ROUTER_PREF
2012-08-23 15:51 UTC (3+ messages)
wireless router performance differ with 2.4Ghz vs 5.0Ghz frequency
2012-08-23 15:23 UTC (3+ messages)
Re[2]: [PATCH 05/19] netfilter: nf_conntrack_ipv6: improve fragmentation handling
2012-08-23 14:49 UTC (4+ messages)
[PATCH] netvm: check for page == NULL when propogating the skb->pfmemalloc flag
2012-08-23 14:17 UTC (4+ messages)
First pass at MSG_FASTOPEN support in top-of-trunk netperf
2012-08-23 14:15 UTC (2+ messages)
[patch net-next 0/3] team: couple of fixes
2012-08-23 13:42 UTC (7+ messages)
` [patch net-next 1/3] teamd: don't print warn message on -ESRCH during event send
` [patch net-next 2/3] vlan: add helper which can be called to se it device is used by vlan
` [patch net-next 3/3] team: do not allow to add VLAN challenged port when vlan is used
pull request: batman-adv 2012-08-23
2012-08-23 13:10 UTC (19+ messages)
` [PATCH 01/18] batman-adv: move function arguments on one line
` [PATCH 02/18] batman-adv: Add the backbone gateway list to debugfs
` [PATCH 03/18] batman-adv: correct comments in bridge loop avoidance
` [PATCH 04/18] batman-adv: rename bridge loop avoidance claim types
` [PATCH 05/18] batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
` [PATCH 06/18] batman-adv: remove a misleading comment
` [PATCH 07/18] batman-adv: add reference counting for type batadv_tt_orig_list_entry
` [PATCH 08/18] batman-adv: fix typos in comments
` [PATCH 09/18] batman-adv: check batadv_orig_hash_add_if() return code
` [PATCH 10/18] batman-adv: Split batadv_priv in sub-structures for features
` [PATCH 11/18] batman-adv: Move batadv_check_unicast_packet()
` [PATCH 12/18] batman-adv: Drop tt queries with foreign dest
` [PATCH 13/18] batman-adv: Use BIT(x) macro to calculate bit positions
` [PATCH 14/18] batman-adv: Don't break statements after assignment operator
` [PATCH 15/18] batman-adv: Reduce accumulated length of simple statements
` [PATCH 16/18] batman-adv: detect not yet announced clients
` [PATCH 17/18] batman-adv: change interface_rx to get orig node
` [PATCH 18/18] batman-adv: Start new development cycle
[PATCH 1/1] tcp: Wrong timeout for SYN segments
2012-08-23 12:51 UTC (7+ messages)
[PATCH net-next V3 0/2] Add rtnl_link_ops support to IPoIB
2012-08-23 12:15 UTC (3+ messages)
` [PATCH net-next V3 1/2] IB/ipoib: Add rtnl_link_ops support
` [PATCH iproute2 2/2] iplink: added support for ipoib rtnl link ops
[PATCH v7] bonding: support for IPv6 transmit hashing
2012-08-23 12:23 UTC (4+ messages)
` [PATCH v8] "
[PATCH v2] libceph: Fix sparse warning
2012-08-23 12:14 UTC
[PATCH] netlink: fix possible spoofing from non-root processes
2012-08-23 12:09 UTC
[PATCH v6] bonding support for IPv6 transmit hashing
2012-08-23 10:42 UTC (7+ messages)
[PATCH v2] net: add new QCA alx ethernet driver
2012-08-23 10:28 UTC (7+ messages)
[PATCH] e1000: add byte queue limits
2012-08-23 9:28 UTC
NULL deref in bnx2 / crashes ? ( was: netconsole leads to stalled CPU task )
2012-08-23 9:12 UTC (8+ messages)
[PATCH v1 0/5] cgroup: Assign subsystem IDs during compile time
2012-08-23 9:12 UTC (8+ messages)
` [PATCH v1 3/5] cgroup: Protect access to task_cls_classid() when built as module
[PATCH 1/2] ipv6: do not hold route table lock when send ndisc probe
2012-08-23 9:11 UTC (2+ messages)
[patch net-next] team: add support for non-ethernet devices
2012-08-23 8:32 UTC (5+ messages)
[PATCH] Subject: [PATCH] RFC: TC qdisc "replace packet in queue" (resend)
2012-08-23 7:33 UTC
bonding: time limits too tight in bond_ab_arp_inspect
2012-08-23 7:34 UTC (4+ messages)
Which one is chosen on multiple default gateway set?
2012-08-23 7:30 UTC (3+ messages)
[PATCH net-next] w5300: using eth_hw_addr_random() for random MAC and set device flag
2012-08-23 7:28 UTC
[PATCH (net.git)] stmmac: add header inclusion protection
2012-08-23 7:28 UTC
[PATCH net-next] w5100: using eth_hw_addr_random() for random MAC and set device flag
2012-08-23 7:28 UTC
[PATCH] airo: use is_zero_ether_addr() and is_broadcast_ether_addr()
2012-08-23 7:17 UTC
[PATCH] drivers/net: use is_zero_ether_addr() instead of memcmp()
2012-08-23 7:16 UTC
TIPC handling of ethernet mac address change
2012-08-23 6:56 UTC (2+ messages)
[PATCH] orinoco: use is_zero_ether_addr() instead of memcmp()
2012-08-23 6:55 UTC
[PATCH] ipw2200: use is_zero_ether_addr() and is_broadcast_ether_addr()
2012-08-23 6:54 UTC
[PATCH] ipw2100: use is_zero_ether_addr() and is_broadcast_ether_addr()
2012-08-23 6:53 UTC
[PATCH] wimax/i2400m: use is_zero_ether_addr() instead of memcmp()
2012-08-23 6:49 UTC
[PATCH V2 00/12] Add Ethernet IPoIB driver
2012-08-23 6:45 UTC (12+ messages)
` [PATCH V2 09/12] net/eipoib: Add main driver functionality
[PATCH 0/8] netdev/MIPS: Improvements to octeon_mgmt Ethernet driver
2012-08-23 6:35 UTC (3+ messages)
[PATCH 2/2] netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()
2012-08-23 6:00 UTC
[PATCH 1/2] netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()
2012-08-23 5:59 UTC
[PATCH 0/2] netfilter: code refine for using new interface 'list_for_each_entry_continue_rcu'
2012-08-23 5:59 UTC
[PATCH net-next] packet: Protect packet sk list with mutex (v2)
2012-08-23 5:59 UTC (3+ messages)
[net-next PATCH] mdio: translation of MMD EEE registers to/from ethtool settings
2012-08-23 5:59 UTC (2+ messages)
[PATCH net-next] af_packet: use define instead of constant
2012-08-23 5:58 UTC (2+ messages)
[PATCH] rds: Don't disable BH on BH context
2012-08-23 5:52 UTC (2+ messages)
[PATCH net-next] ipv6: gre: fix ip6gre_err()
2012-08-23 5:48 UTC (2+ messages)
[RFC] Interface for TCP Metrics
2012-08-23 5:47 UTC (2+ messages)
[PATCH net-next] xfrm: fix RCU bugs
2012-08-23 5:40 UTC (2+ messages)
[PATCH 2/2] [RFC] netlink: fix possible spoofing from non-root processes
2012-08-23 4:53 UTC (4+ messages)
[PATCH] net: dev: fix the incorrect hold of net namespace's lo device
2012-08-23 3:13 UTC (6+ messages)
[RFC] NETDEV_UNREGISTER_BATCH seems unused nowaday ?
2012-08-23 2:58 UTC (10+ messages)
` [PATCH] net: remove delay at device dismantle
` [PATCH net-next v2] "
[PATCH] ipv4: properly update pmtu
2012-08-23 2:15 UTC (2+ messages)
[PATCH (net.git) 1/2] stmmac: fix GMAC syn ID
2012-08-23 2:14 UTC (4+ messages)
` [PATCH (net.git) 2/2] stmmac: fix a typo in the macro used to mask the mmc irq
[PATCH v3] serial: add a new helper function
2012-08-23 2:13 UTC
[PATCH 00/10] netfilter updates for net-next (batch 1)
2012-08-23 2:10 UTC (3+ messages)
` [PATCH 08/10] netfilter: nf_conntrack: remove unnecessary RTNL locking
(unknown),
2012-08-23 1:19 UTC
[PATCH] netdev/phy: add MDIO bus multiplexer driven by a memory-mapped FPGA
2012-08-23 0:06 UTC (5+ messages)
Problem removing netns
2012-08-22 23:59 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).