summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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-21Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar
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-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
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
2010-09-07net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa
2010-09-07skb: Add tracepoints to freeing skbKoki Sanagi
2010-09-07netdev: Add tracepoints to netdev layerKoki Sanagi
2010-09-07net: poll() optimizationsEric Dumazet
2010-09-07net: pskb_expand_head() optimizationEric Dumazet
2010-09-03net: remove two kmemcheck annotationsEric Dumazet
2010-09-02pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimatorJarek Poplawski
2010-09-02net: dev_add_pack() & __dev_remove_pack() changesEric Dumazet
2010-09-02gro: fix different skb headroomsEric Dumazet
2010-09-02net: make rx_queue sysfs_ops conststephen hemminger
2010-09-01net: skbuff.c cleanupEric Dumazet
2010-09-01skge: add GRO supportEric Dumazet
2010-08-31pktgen: remove non used variableEric Dumazet