aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-08-21net: rps: fix the wrong network header pointerChangli Gao1-2/+2
2010-08-19net: rps: use proto_ports_offset() to handle the AH message correctlyChangli Gao1-16/+7
2010-08-19net: rps: skip fragment when computing rxhashChangli Gao1-1/+4
2010-08-19net: rps: reset network header before calling skb_get_rxhash()Changli Gao1-0/+1
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp2-4/+4
2010-08-17net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski1-1/+1
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings1-10/+23
2010-08-16core: Factor out flow calculation from get_rps_cpuKrishna Kumar1-44/+62
2010-08-16cfg80211: support sysfs namespacesJohannes Berg1-1/+2
2010-08-07net: disable preemption before call smp_processor_id()Changli Gao1-0/+2
2010-08-05net: Fix napi_gro_frags vs netpoll pathJarek Poplawski1-4/+1
2010-08-03Revert "net: remove zap_completion_queue"David S. Miller2-3/+32
2010-08-02net: cleanup inclusionChangli Gao1-2/+0
2010-08-01net: ingress filter message limitStephen Hemminger1-4/+4
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+6
2010-07-26drop_monitor: use genl_register_family_with_ops()Changli Gao1-16/+7
2010-07-25net: dev_forward_skb should call nf_resetBen Greear1-0/+1
2010-07-24net: pskb_expand_head() optimizationEric Dumazet1-1/+1
2010-07-24sysfs: add attribute to indicate hw address assignment typeStefan Assmann1-0/+2
2010-07-23net: core: don't use own hex_to_bin() methodAndy Shevchenko1-24/+12
2010-07-22net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller1-1/+2