Age | Commit message (Expand) | Author | Files | Lines |
2010-10-21 | rds: make local functions/variables static | stephen hemminger | 20 | -64/+29 |
2010-10-21 | napi: unexport napi_reuse_skb | stephen hemminger | 1 | -2/+1 |
2010-10-21 | tipc: delete needless memset from bearer enabling. | Allan Stephens | 1 | -2/+0 |
2010-10-21 | bridge: Forward reserved group addresses if !STP | Benjamin Poirier | 1 | -1/+1 |
2010-10-21 | net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delay... | Tejun Heo | 1 | -2/+1 |
2010-10-21 | net_sched: remove the unused parameter of qdisc_create_dflt() | Changli Gao | 12 | -39/+27 |
2010-10-21 | xfrm: make xfrm_bundle_ok local | stephen hemminger | 1 | -3/+4 |
2010-10-21 | rtnetlink: remove rtnl_kill_links | stephen hemminger | 1 | -8/+0 |
2010-10-21 | xfrm6: make xfrm6_tunnel_free_spi local | stephen hemminger | 1 | -3/+1 |
2010-10-21 | bridge: make br_parse_ip_options static | stephen hemminger | 1 | -1/+1 |
2010-10-21 | socket: localize functions | stephen hemminger | 1 | -3/+4 |
2010-10-21 | fib: introduce fib_alias_accessed() helper | Eric Dumazet | 4 | -3/+12 |
2010-10-21 | net/sched: fix missing spinlock init | Eric Dumazet | 1 | -0/+2 |
2010-10-21 | bridge: Add support for TX vlan offload. | Jesse Gross | 1 | -1/+7 |
2010-10-21 | ethtool: Add support for vlan accleration. | Jesse Gross | 1 | -1/+2 |
2010-10-21 | vlan: Centralize handling of hardware acceleration. | Jesse Gross | 3 | -137/+44 |
2010-10-21 | vlan: Avoid hash table lookup to find group. | Jesse Gross | 3 | -72/+11 |
2010-10-21 | vlan: Enable software emulation for vlan accleration. | Jesse Gross | 1 | -3/+33 |
2010-10-21 | vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. | Jesse Gross | 2 | -10/+10 |
2010-10-21 | ebtables: Allow filtering of hardware accelerated vlan frames. | Jesse Gross | 3 | -18/+34 |
2010-10-20 | net: avoid RCU for NOCACHE dst | Eric Dumazet | 2 | -6/+32 |
2010-10-20 | net: allocate tx queues in register_netdevice | Tom Herbert | 1 | -53/+53 |
2010-10-20 | net: cleanups in RX queue allocation | Tom Herbert | 1 | -19/+17 |
2010-10-20 | net: fail alloc_netdev_mq if queue count < 1 | Tom Herbert | 1 | -0/+6 |
2010-10-20 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 26 | -241/+388 |
2010-10-20 | phonet: remove the unused variable pn | Changli Gao | 1 | -1/+0 |
2010-10-20 | netpoll: Revert napi_poll fix for bonding driver | Neil Horman | 1 | -8/+1 |
2010-10-19 | inet: RCU changes in inetdev_by_index() | Eric Dumazet | 4 | -22/+16 |
2010-10-19 | net: avoid a dev refcount in ip_mc_find_dev() | Eric Dumazet | 2 | -3/+3 |
2010-10-18 | bonding: Fix napi poll for bonding driver | Neil Horman | 1 | -1/+8 |
2010-10-18 | bonding: Fix bonding drivers improper modification of netpoll structure | Neil Horman | 1 | -3/+3 |
2010-10-18 | IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast() | Andy Walls | 1 | -7/+6 |
2010-10-18 | tipc: Simplify bearer shutdown logic | Allan Stephens | 1 | -27/+11 |
2010-10-18 | tipc: Kill tipc_get_mode() completely. | David S. Miller | 1 | -6/+0 |
2010-10-18 | fib_hash: RCU conversion phase 2 | Eric Dumazet | 2 | -77/+101 |
2010-10-18 | fib_hash: RCU conversion phase 1 | Eric Dumazet | 1 | -19/+38 |
2010-10-18 | fib_hash: embed initial hash table in fn_zone | Eric Dumazet | 1 | -29/+23 |
2010-10-18 | tcp: use correct counters in CA_CWR state too | Ilpo Järvinen | 1 | -6/+7 |
2010-10-18 | tcp: sack lost marking fixes | Ilpo Järvinen | 1 | -10/+14 |
2010-10-16 | tipc: cleanup function namespace | stephen hemminger | 26 | -389/+84 |
2010-10-16 | fib: avoid false sharing on fib_table_hash | Eric Dumazet | 2 | -9/+11 |
2010-10-16 | fib_trie: use fls() instead of open coded loop | Eric Dumazet | 1 | -12/+4 |
2010-10-16 | fib: remove a useless synchronize_rcu() call | Eric Dumazet | 1 | -1/+0 |
2010-10-16 | fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup() | Eric Dumazet | 1 | -2/+1 |
2010-10-16 | net: allocate skbs on local node | Eric Dumazet | 1 | -12/+1 |
2010-10-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 16 | -82/+195 |
2010-10-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 10 | -159/+193 |
2010-10-15 | radiotap: fix vendor namespace parsing | Johannes Berg | 1 | -26/+32 |
2010-10-14 | Phonet: 'connect' socket implementation for Pipe controller | Kumar Sanghvi | 2 | -187/+212 |
2010-10-14 | tipc: clean out all instances of #if 0'd unused code | Paul Gortmaker | 9 | -375/+1 |