summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2010-08-27gro: __napi_gro_receive() optimizationsEric Dumazet
2010-08-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-08-24ethtool: allow non-netadmin to query settingsstephen hemminger
2010-08-24net: copy_rtnl_link_stats64() simplificationEric Dumazet
2010-08-23net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller
2010-08-23net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao
2010-08-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-08-22net: rps: fix the wrong network header pointerChangli Gao
2010-08-20net: rps: use proto_ports_offset() to handle the AH message correctlyChangli Gao
2010-08-20net: rps: skip fragment when computing rxhashChangli Gao
2010-08-20net: rps: reset network header before calling skb_get_rxhash()Changli Gao
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-08-18net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings
2010-08-17core: Factor out flow calculation from get_rps_cpuKrishna Kumar
2010-08-16cfg80211: support sysfs namespacesJohannes Berg
2010-08-08net: disable preemption before call smp_processor_id()Changli Gao
2010-08-05net: Fix napi_gro_frags vs netpoll pathJarek Poplawski
2010-08-03Revert "net: remove zap_completion_queue"David S. Miller
2010-08-03net: cleanup inclusionChangli Gao
2010-08-01net: ingress filter message limitStephen Hemminger
2010-07-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-27drop_monitor: use genl_register_family_with_ops()Changli Gao
2010-07-26net: dev_forward_skb should call nf_resetBen Greear
2010-07-25net: pskb_expand_head() optimizationEric Dumazet
2010-07-25sysfs: add attribute to indicate hw address assignment typeStefan Assmann
2010-07-23net: core: don't use own hex_to_bin() methodAndy Shevchenko
2010-07-22net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller
2010-07-22net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard
2010-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-20drop_monitor: Add error code to detect duplicate state changesNeil Horman
2010-07-20__dst_free(): put EXPORT_SYMBOLS after the fctNicolas Dichtel
2010-07-19net: this_cpu_xxx conversionsEric Dumazet
2010-07-19net: 64bit stats for netdev_queueEric Dumazet
2010-07-19net: support time stamping in phy devices.Richard Cochran
2010-07-15net: fix problem in reading sock TX queueTom Herbert
2010-07-15net/core: neighbour update OopsDoug Kehn
2010-07-14net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet
2010-07-13net/core: Remove unnecessary casts of private_dataJoe Perches
2010-07-13net: sock_free() optimizationsEric Dumazet
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet
2010-07-10net: Document that dev_get_stats() returns the given pointerBen Hutchings
2010-07-10net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches
2010-07-03net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend
2010-06-30ethtool: Add support for control of RX flow hash indirectionBen Hutchings
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings
2010-06-30net/core: use ntohs for skb->protocolSebastian Andrzej Siewior