messages from 2013-09-06 23:41:21 to 2013-09-10 07:46:12 UTC [more...]
TSQ accounting skb->truesize degrades throughput for large packets
2013-09-10 7:45 UTC (12+ messages)
[PATCH 1/1] net: cdc-phonet: Staticize usbpn_probe
2013-09-10 6:30 UTC
[PATCH 1/1] net: ath9k: Use NULL instead of false
2013-09-10 6:20 UTC
[PATCH net-next] net: sk_buff: memset(skb,0) after alloc in skb_clone
2013-09-10 6:33 UTC
[PATCH] ethernet/arc/arc_emac: Fix huge delays in large file copies
2013-09-10 6:27 UTC (3+ messages)
[PATCH] net: fec: add the initial to set the physical mac address
2013-09-10 5:23 UTC (6+ messages)
[PATCH net-next] net: sk_buff: memset(skb,0) after alloc in skb_clone
2013-09-10 4:48 UTC
[PATCH v2] pch_gbe: fix unmet direct dependency on PTP_1588_CLOCK_PCH
2013-09-10 3:12 UTC (2+ messages)
[PATCH] net: fec: fix phy reset operation to let imx6sl evk work
2013-09-10 2:35 UTC
[PATCH] pch_gbe: fix unmet direct dependency on PTP_1588_CLOCK_PCH
2013-09-10 2:29 UTC (3+ messages)
Help the needy with this cash donation
2013-09-10 2:01 UTC
wrt. core/dev: set pkt_type after eth_type_trans() in dev_forward_skb()
2013-09-10 2:14 UTC
[PATCH 1/1] net: race condition when removing virtual net_device
2013-09-10 2:03 UTC (3+ messages)
[PATCH] net: fec: fix build warning of used uninitialized variable
2013-09-10 1:48 UTC (3+ messages)
macvlan: Move skb_clone check closer to call
2013-09-10 1:38 UTC (2+ messages)
[PATCH net 1/1] r8169: enforce RX_MULTI_EN for the 8168f
2013-09-09 22:50 UTC (5+ messages)
[PATCH net] bnx2x: Fix configuration of doorbell block
2013-09-09 21:07 UTC (3+ messages)
[PATCH net-next v4 1/6] bonding: simplify and use RCU protection for 3ad xmit path
2013-09-09 20:17 UTC (9+ messages)
[PATCH net-next 0/26] bonding: use neighbours instead of own lists
2013-09-09 20:16 UTC (27+ messages)
` [PATCH net-next 01/26] net: add adj_list to save only neighbours
` [PATCH net-next 02/26] net: add RCU variant to search for netdev_adjacent link
` [PATCH net-next 03/26] net: uninline netdev neighbour functions
` [PATCH net-next 04/26] net: add netdev_adjacent->private and allow to use it
` [PATCH net-next 05/26] bonding: populate neighbour's private on enslave
` [PATCH net-next 06/26] bonding: modify bond_get_slave_by_dev() to use neighbours
` [PATCH net-next 07/26] net: add for_each iterators through neighbour lower link's private
` [PATCH net-next 08/26] bonding: remove bond_for_each_slave_reverse()
` [PATCH net-next 09/26] bonding: make bond_for_each_slave() use lower neighbour's private
` [PATCH net-next 10/26] bonding: use bond_for_each_slave() in bond_uninit()
` [PATCH net-next 11/26] bonding: rework bond_3ad_xmit_xor() to use bond_for_each_slave() only
` [PATCH net-next 12/26] bonding: rework rlb_next_rx_slave() to use bond_for_each_slave()
` [PATCH net-next 13/26] bonding: rework bond_find_best_slave() "
` [PATCH net-next 14/26] bonding: rework bond_ab_arp_probe() "
` [PATCH net-next 15/26] bonding: remove unused bond_for_each_slave_from()
` [PATCH net-next 16/26] bonding: add bond_has_slaves() and use it
` [PATCH net-next 17/26] bonding: convert bond_has_slaves() to use the neighbour list
` [PATCH net-next 18/26] net: add a possibility to get private from netdev_adjacent->list
` [PATCH net-next 19/26] bonding: convert first/last slave logic to use neighbours
` [PATCH net-next 20/26] bonding: remove bond_prev_slave()
` [PATCH net-next 21/26] net: add a function to get the next private
` [PATCH net-next 22/26] bonding: use neighbours for bond_next_slave()
` [PATCH net-next 23/26] bonding: remove slave lists
` [PATCH net-next 24/26] net: expose the master link to sysfs, and remove it from bond
` [PATCH net-next 25/26] vlan: link the upper neighbour only after registering
` [PATCH net-next 26/26] net: create sysfs symlinks for neighbour devices
[PATCH RFC] net: neighbour: use source address of last enqueued packet for solicitation
2013-09-09 20:17 UTC (2+ messages)
RFC: crash in fib6_clean_all() while loading ipv6 module
2013-09-09 19:45 UTC (3+ messages)
` [PATCH net] ipv6: don't call fib6_run_gc() until routing is ready
[PATCH net] net: sctp: fix bug in sctp_poll for SOCK_SELECT_ERR_QUEUE
2013-09-09 19:12 UTC (4+ messages)
bnx2x fix for stable
2013-09-09 18:32 UTC (2+ messages)
[PATCH] net: tilegx driver: avoid compiler warning
2013-09-09 18:11 UTC
[PATCH stable] ipv6: restrict neighbor entry creation to output flow
2013-09-09 17:29 UTC (5+ messages)
[PATCH 1/1] bridge: fix message_age_timer calculation
2013-09-09 16:56 UTC
rtnl_lock deadlock on 3.10
2013-09-09 16:48 UTC (12+ messages)
[PATCH] bnx2x: avoid atomic allocations during initialization
2013-09-09 12:20 UTC (7+ messages)
[PATCH 00/16] Support for Eberspächer Flexcard DCAN function
2013-09-09 11:20 UTC (34+ messages)
` [PATCH 01/16] c_can_platform: add FlexCard D-CAN support
` [PATCH 02/16] c_can: add generic D-CAN RAM initialization support
` [PATCH 03/16] c_can: simplify arbitration register handling
` [PATCH 04/16] c_can: fix receive buffer configuration
` [PATCH 05/16] c_can: use 32 bit access for D_CAN
` [PATCH 06/16] c_can: consider set bittiming may fail
` [PATCH 07/16] c_can: reconfigre message objects after leaving init state
` [PATCH 08/16] c_can: Add FlexCard CAN TX fifo support
` [PATCH 09/16] c_can: expicit 32bit access on D_CAN to message buffer data register
` [PATCH 10/16] c_can: add 16bit align 32bit access functions
` [PATCH 11/16] c_can: stop netqueue if hardware is busy
` [PATCH 12/16] c_can: Add flag to disable automatic retransmission of CAN frames
` [PATCH 13/16] c_can: flexcard: add ioctl to reset FIFO message object
` [PATCH 14/16] flexcard: can: CAN local loopback using SKB pflags
` [PATCH 15/16] flexcard: can: Configure CAN loopback packages (TXACK)
` [PATCH 16/16] c_can: fix TX packet accounting
[PATCH] xen-netback: count number required slots for an skb more carefully
2013-09-09 9:20 UTC (5+ messages)
[RFC PATCH 0/4] cpsw: support for control module register
2013-09-09 8:58 UTC (8+ messages)
` [RFC PATCH 1/4] net: ethernet: cpsw: switch to devres allocations
` [RFC PATCH 2/4] drivers: net: cpsw-phy-sel: Add new driver for phy mode selection for cpsw
` [RFC PATCH 3/4] drivers: net: cpsw: use cpsw-phy-sel driver to configure phy mode
` [RFC PATCH 4/4] ARM: dts: am33xx: adopt to "
[PATCH v2.39 0/7] MPLS actions and matches
2013-09-09 7:25 UTC (9+ messages)
` [PATCH v2.39 2/7] odp: Allow VLAN actions after MPLS actions
` [PATCH v2.39 1/7] odp: Only pass vlan_tci to commit_vlan_action()
` [PATCH v2.39 3/7] ofp-actions: Add OFPUTIL_OFPAT13_PUSH_MPLS
` [PATCH v2.39 4/7] ofp-actions: Add separate OpenFlow 1.3 action parser
` [PATCH v2.39 5/7] lib: Push MPLS tags in the OpenFlow 1.3 ordering
` [PATCH v2.39 6/7] datapath: Break out deacceleration portion of vlan_push
` [PATCH v2.39 7/7] datapath: Add basic MPLS support to kernel
[PATCH] ipv6: Do route updating for redirect in ndisc layer
2013-09-09 7:09 UTC
[PATCH 0/3] Send audit/procinfo/cgroup data in socket-level control message
2013-09-09 6:52 UTC (3+ messages)
` [PATCH 2/3] Send comm and cmdline in SCM_PROCINFO
[PATCH] mwifiex: Remove casting the return value which is a void pointer
2013-09-09 5:41 UTC (2+ messages)
[PATCH net] net: fib: fib6_add: fix potential NULL pointer dereference
2013-09-09 6:26 UTC (3+ messages)
[PATCH 2/2] irda: vlsi_ir: Remove casting the return value which is a void pointer
2013-09-09 5:24 UTC
[PATCH 1/2] irda: donauboe: Remove casting the return value which is a void pointer
2013-09-09 5:22 UTC
e1000e: link up and down issue with TP-Link WDR4300 router
2013-09-09 0:33 UTC
drivers/net/ethernet/nvidia/forcedeth.c saved_config_space[size] access patch
2013-09-08 23:39 UTC
[PATCH v4] ipv6:introduce function to find route for redirect
2013-09-08 18:00 UTC (6+ messages)
[PATCH] fib6_rules: fix indentation
2013-09-08 15:09 UTC
[PATCH net] net: ovs: flow: fix potential illegal memory access in __parse_flow_nlattrs
2013-09-08 5:35 UTC (2+ messages)
[patch net/stable] ipv6/exthdrs: accept tlv which includes only padding
2013-09-08 4:20 UTC (8+ messages)
[PATCH] net: fix multiqueue selection
2013-09-08 4:08 UTC (2+ messages)
[010/121] sctp: fully initialize sctp_outq in sctp_outq_init
2013-09-08 2:52 UTC
[net v6 0/8][pull request] Intel Wired LAN Driver Updates
2013-09-07 23:01 UTC (7+ messages)
` [net v6 1/8] i40e: main driver core
[PATCH net 1/1] RFC: drivers/net/phy: Fix for a BCM5482S auto-negotion problem
2013-09-07 21:04 UTC
[PATCH net] net: sctp: fix smatch warning in sctp_send_asconf_del_ip
2013-09-07 20:21 UTC (7+ messages)
Realtek r8168 hangs when sending data at full speed on a gigabit link
2013-09-07 19:35 UTC (6+ messages)
[PATCH net] bnx2x: Restore a call to config_init
2013-09-07 14:43 UTC (5+ messages)
netfilter: active obj WARN when cleaning up
2013-09-07 13:10 UTC
Informationen
2013-09-07 12:54 UTC
[RFC PATCHv2 0/4] Add DT support for fixed PHYs
2013-09-07 10:27 UTC (3+ messages)
[PATCH net] bnx2x: bail out if unable to acquire stats_sema
2013-09-07 9:34 UTC (6+ messages)
[PATCH] bcm63xx_enet: remove deprecated IRQF_DISABLED
2013-09-07 6:56 UTC
[PATCH] net: korina: remove deprecated IRQF_DISABLED
2013-09-07 5:20 UTC
lån erbjudande
2013-09-06 23:27 UTC
[net-next v4] vxlan: Notify drivers for listening UDP port changes
2013-09-07 0:09 UTC (5+ 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).