summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2010-10-12net: percpu net_device refcountEric Dumazet
2010-10-11net dst: use a percpu_counter to track entriesEric Dumazet
2010-10-11neigh: Protect neigh->ha[] with a seqlockEric Dumazet
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-11net: clear heap allocations for privileged ethtool actionsKees Cook
2010-10-11neigh: speedup neigh_hh_init()Eric Dumazet
2010-10-08net: Fix rxq ref countingTom Herbert
2010-10-08net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook
2010-10-08net: Update kernel-doc for netif_set_real_num_rx_queues()Ben Hutchings
2010-10-07net: netif_set_real_num_rx_queues may cap num_rx_queues at init timeJohn Fastabend
2010-10-07neigh: RCU conversion of struct neighbourEric Dumazet
2010-10-06fib: RCU conversion of fib_lookup()Eric Dumazet
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet
2010-10-05net neigh: neigh_delete() and neigh_add() changesEric Dumazet
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet
2010-10-05fib: fib_rules_cleanup can be staticstephen hemminger
2010-10-05net: dynamic ingress_queue allocationEric Dumazet
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-04net: introduce DST_NOCACHE flagEric Dumazet
2010-10-04net: Fix the condition passed to sk_wait_event()Nagendra Tomar
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet
2010-09-29net: add a recursion limit in xmit pathEric Dumazet
2010-09-29ipv4: Allow configuring subnets as local addressesTom Herbert
2010-09-28net: Allow changing number of RX queues after device allocationBen Hutchings
2010-09-28net: sk_{detach|attach}_filter() rcu fixesEric Dumazet
2010-09-28fib: use atomic_inc_not_zero() in fib_rules_lookupEric Dumazet
2010-09-28tcp: Fix >4GB writes on 64-bit.David S. Miller
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-27rps: allocate rx queues in register_netdevice onlyEric Dumazet
2010-09-27net: propagate NETIF_F_HIGHDMA to vlansEric Dumazet
2010-09-25net: fix a lockdep splatEric Dumazet
2010-09-23net: return operator cleanupEric Dumazet
2010-09-22net: core: use kernel's converter from hex to binAndy Shevchenko
2010-09-21ethtool: Fix build due to lack of ethtool.h include.David S. Miller
2010-09-21ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter
2010-09-17ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumEric Dumazet
2010-09-17net: include inetdevice.h for rcu_dereference_raw api changeStephen Rothwell
2010-09-16net: enable GRO by default for vlan devicesBrandon Philips
2010-09-16ipv4: ip_ptr cleanupsEric Dumazet
2010-09-15ethtool: Remove unimplemented flow specification typesBen Hutchings
2010-09-14net: use rcu_barrier() in rollback_registered_manyEric Dumazet
2010-09-14flow: better memory managementEric Dumazet
2010-09-10pkt_sched: remov unnecessary bh_disablestephen hemminger
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-09net/core: add lock context change annotations in net/core/sock.cNamhyung Kim
2010-09-09net/core: remove address space warnings on verify_iovec()Namhyung Kim
2010-09-08net: rps: add the shortcut for one rps_cpusChangli Gao
2010-09-08gro: Re-fix different skb headroomsJarek Poplawski