summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2010-07-25net: pskb_expand_head() optimizationEric Dumazet1-1/+1
2010-07-25sysfs: 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-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-8/+17
2010-07-21drop_monitor: Add error code to detect duplicate state changesNeil Horman1-2/+8
2010-07-21__dst_free(): put EXPORT_SYMBOLS after the fctNicolas Dichtel1-1/+1
2010-07-20net: this_cpu_xxx conversionsEric Dumazet1-3/+2
2010-07-19net: 64bit stats for netdev_queueEric Dumazet1-1/+3
2010-07-19net: support time stamping in phy devices.Richard Cochran3-1/+130
2010-07-15net: fix problem in reading sock TX queueTom Herbert1-4/+3
2010-07-15net/core: neighbour update OopsDoug Kehn1-1/+4
2010-07-15net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet1-3/+10
2010-07-13net/core: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-07-13net: sock_free() optimizationsEric Dumazet1-2/+3
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet13-53/+32
2010-07-10net: Document that dev_get_stats() returns the given pointerBen Hutchings1-6/+6
2010-07-10net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-5/+26
2010-07-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-11/+48
2010-07-08net: fix 64 bit counters on 32 bit archesEric Dumazet3-11/+21
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches1-0/+62
2010-07-03net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend1-0/+18
2010-07-01ethtool: Add support for control of RX flow hash indirectionBen Hutchings1-0/+80
2010-07-01ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings1-23/+5
2010-06-30net/core: use ntohs for skb->protocolSebastian Andrzej Siewior1-1/+2
2010-06-29ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings1-9/+27
2010-06-29ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings1-2/+3
2010-06-29net: use this_cpu_ptr()Eric Dumazet1-2/+2
2010-06-26net/core/pktgen.c: Use pr_<level>Joe Perches1-78/+64
2010-06-26net: optimize Berkeley Packet Filter (BPF) processingHagen Paul Pfeifer1-51/+161
2010-06-25net: fix "netpoll: Allow netpoll_setup/cleanup recursion"Andrew Morton1-1/+0
2010-06-23net: consolidate netif_needs_gso() checksJohn Fastabend1-36/+32
2010-06-17net: Export cred_to_ucred to modules.David S. Miller1-0/+1
2010-06-17scm: Capture the full credentials of the scm sender.Eric W. Biederman1-0/+24
2010-06-17af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman1-6/+12
2010-06-17sock: Introduce cred_to_ucredEric W. Biederman1-0/+14
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko1-1/+2
2010-06-15net: add rx_handler data pointerJiri Pirko1-1/+5
2010-06-15netpoll: Allow netpoll_setup/cleanup recursionHerbert Xu1-79/+97
2010-06-15netpoll: Add ndo_netpoll_setupHerbert Xu1-0/+10
2010-06-15netpoll: Add locking for netpoll_setup/cleanupHerbert Xu1-75/+76
2010-06-15netpoll: Fix RCU usageHerbert Xu1-8/+12
2010-06-15netpoll: Set npinfo to NULL even with ndo_netpoll_cleanupHerbert Xu1-2/+1
2010-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-06-14net: rxhash already set in __copy_skb_headerEric Dumazet1-1/+0
2010-06-14net: fix deliver_no_wcard regression on loopback deviceJohn Fastabend1-0/+1
2010-06-13net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings3-17/+20
2010-06-12pktgen: increasing transmission granularityDaniel Turull1-4/+38
2010-06-12pkt_sched: gen_kill_estimator() rcu fixesEric Dumazet1-0/+1
2010-06-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-12/+30
2010-06-11pktgen: Fix accuracy of inter-packet delay.Daniel Turull1-1/+1