aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-6/+7
2010-10-03net: introduce DST_NOCACHE flagEric Dumazet1-1/+3
2010-10-03net: Fix the condition passed to sk_wait_event()Nagendra Tomar1-4/+4
2010-09-29net: rename netdev rx_queue to ingress_queueEric Dumazet1-4/+4
2010-09-29net: add a recursion limit in xmit pathEric Dumazet1-1/+11
2010-09-28ipv4: Allow configuring subnets as local addressesTom Herbert1-1/+2
2010-09-27net: Allow changing number of RX queues after device allocationBen Hutchings3-18/+63
2010-09-27net: sk_{detach|attach}_filter() rcu fixesEric Dumazet1-6/+4
2010-09-27fib: use atomic_inc_not_zero() in fib_rules_lookupEric Dumazet1-3/+5
2010-09-27tcp: Fix >4GB writes on 64-bit.David S. Miller1-2/+3
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-5/+5
2010-09-26rps: allocate rx queues in register_netdevice onlyEric Dumazet1-44/+32
2010-09-26net: propagate NETIF_F_HIGHDMA to vlansEric Dumazet1-3/+4
2010-09-24net: fix a lockdep splatEric Dumazet1-4/+4
2010-09-23net: return operator cleanupEric Dumazet3-6/+6
2010-09-21net: core: use kernel's converter from hex to binAndy Shevchenko2-12/+11
2010-09-21ethtool: Fix build due to lack of ethtool.h include.David S. Miller1-0/+1
2010-09-21ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings1-2/+2
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings1-0/+34
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter1-0/+4
2010-09-17ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumEric Dumazet1-2/+5
2010-09-16net: include inetdevice.h for rcu_dereference_raw api changeStephen Rothwell1-0/+1
2010-09-15net: enable GRO by default for vlan devicesBrandon Philips1-0/+5
2010-09-15ipv4: ip_ptr cleanupsEric Dumazet1-1/+1
2010-09-15ethtool: Remove unimplemented flow specification typesBen Hutchings1-4/+4
2010-09-14net: use rcu_barrier() in rollback_registered_manyEric Dumazet1-1/+1
2010-09-13flow: better memory managementEric Dumazet1-36/+42
2010-09-10pkt_sched: remov unnecessary bh_disablestephen hemminger1-2/+2
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-15/+19
2010-09-09net/core: add lock context change annotations in net/core/sock.cNamhyung Kim1-0/+4
2010-09-09net/core: remove address space warnings on verify_iovec()Namhyung Kim1-2/+4
2010-09-08net: rps: add the shortcut for one rps_cpusChangli Gao1-3/+11
2010-09-08gro: Re-fix different skb headroomsJarek Poplawski1-1/+1
2010-09-07net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa1-8/+8
2010-09-06net: poll() optimizationsEric Dumazet1-3/+2
2010-09-06net: pskb_expand_head() optimizationEric Dumazet1-5/+20
2010-09-03net: remove two kmemcheck annotationsEric Dumazet1-2/+0
2010-09-02pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimatorJarek Poplawski1-6/+6
2010-09-02net: dev_add_pack() & __dev_remove_pack() changesEric Dumazet1-17/+15
2010-09-01gro: fix different skb headroomsEric Dumazet1-2/+6
2010-09-01net: make rx_queue sysfs_ops conststephen hemminger1-1/+1
2010-09-01net: skbuff.c cleanupEric Dumazet1-32/+15
2010-09-01skge: add GRO supportEric Dumazet1-1/+2
2010-08-31pktgen: remove non used variableEric Dumazet1-2/+0
2010-08-26gro: __napi_gro_receive() optimizationsEric Dumazet1-4/+6
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+2
2010-08-23ethtool: allow non-netadmin to query settingsstephen hemminger1-0/+1
2010-08-23net: copy_rtnl_link_stats64() simplificationEric Dumazet1-30/+1
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2-11/+11
2010-08-22net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao1-2/+2