summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* gro: __napi_gro_receive() optimizationsEric Dumazet2010-08-261-4/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-08-251-1/+2
|\
| * cfg80211: support sysfs namespacesJohannes Berg2010-08-161-1/+2
* | ethtool: allow non-netadmin to query settingsstephen hemminger2010-08-231-0/+1
* | net: copy_rtnl_link_stats64() simplificationEric Dumazet2010-08-231-30/+1
* | net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-232-11/+11
* | net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao2010-08-221-2/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-08-211-1/+1
|\ \
| * | net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski2010-08-171-1/+1
| |/
* | net: rps: fix the wrong network header pointerChangli Gao2010-08-211-2/+2
* | net: rps: use proto_ports_offset() to handle the AH message correctlyChangli Gao2010-08-191-16/+7
* | net: rps: skip fragment when computing rxhashChangli Gao2010-08-191-1/+4
* | net: rps: reset network header before calling skb_get_rxhash()Changli Gao2010-08-191-0/+1
* | net: simplify flags for tx timestampingOliver Hartkopp2010-08-192-4/+4
* | ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-171-10/+23
* | core: Factor out flow calculation from get_rps_cpuKrishna Kumar2010-08-161-44/+62
|/
* net: disable preemption before call smp_processor_id()Changli Gao2010-08-071-0/+2
* net: Fix napi_gro_frags vs netpoll pathJarek Poplawski2010-08-051-4/+1
* Revert "net: remove zap_completion_queue"David S. Miller2010-08-032-3/+32
* net: cleanup inclusionChangli Gao2010-08-021-2/+0
* net: ingress filter message limitStephen Hemminger2010-08-011-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-272-2/+6
|\
| * net: dev_forward_skb should call nf_resetBen Greear2010-07-251-0/+1
| * net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller2010-07-221-1/+2
| * net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard2010-07-221-1/+3
* | drop_monitor: use genl_register_family_with_ops()Changli Gao2010-07-261-16/+7
* | net: pskb_expand_head() optimizationEric Dumazet2010-07-241-1/+1
* | sysfs: add attribute to indicate hw address assignment typeStefan Assmann2010-07-241-0/+2
* | net: core: don't use own hex_to_bin() methodAndy Shevchenko2010-07-231-24/+12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-202-8/+17
|\ \ | |/
| * net: fix problem in reading sock TX queueTom Herbert2010-07-141-4/+3
| * net/core: neighbour update OopsDoug Kehn2010-07-141-1/+4
| * net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet2010-07-141-3/+10
* | drop_monitor: Add error code to detect duplicate state changesNeil Horman2010-07-201-2/+8
* | __dst_free(): put EXPORT_SYMBOLS after the fctNicolas Dichtel2010-07-201-1/+1
* | net: this_cpu_xxx conversionsEric Dumazet2010-07-191-3/+2
* | net: 64bit stats for netdev_queueEric Dumazet2010-07-191-1/+3
* | net: support time stamping in phy devices.Richard Cochran2010-07-183-1/+130
* | net/core: Remove unnecessary casts of private_dataJoe Perches2010-07-121-2/+2
* | net: sock_free() optimizationsEric Dumazet2010-07-121-2/+3
* | net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-1213-53/+32
* | net: Document that dev_get_stats() returns the given pointerBen Hutchings2010-07-091-6/+6
* | net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-091-5/+26
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-072-11/+48
|\ \ | |/
| * net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-021-0/+18
| * ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings2010-06-291-9/+27
| * ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings2010-06-291-2/+3
* | net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-073-11/+21
* | netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches2010-07-041-0/+62
* | ethtool: Add support for control of RX flow hash indirectionBen Hutchings2010-06-301-0/+80
OpenPOWER on IntegriCloud