summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2010-10-08Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar-6/+7
2010-09-27tcp: Fix >4GB writes on 64-bit.David S. Miller-2/+3
2010-09-24net: fix a lockdep splatEric Dumazet-4/+4
2010-09-21Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar-1/+1
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-15/+19
2010-09-14net: use rcu_barrier() in rollback_registered_manyEric Dumazet-1/+1
2010-09-08gro: Re-fix different skb headroomsJarek Poplawski-1/+1
2010-09-07net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa-8/+8
2010-09-07skb: Add tracepoints to freeing skbKoki Sanagi-0/+4
2010-09-07netdev: Add tracepoints to netdev layerKoki Sanagi-0/+7
2010-09-02pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimatorJarek Poplawski-6/+6
2010-09-01gro: fix different skb headroomsEric Dumazet-2/+6
2010-08-17net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski-1/+1
2010-08-07net: disable preemption before call smp_processor_id()Changli Gao-0/+2
2010-08-05net: Fix napi_gro_frags vs netpoll pathJarek Poplawski-4/+1
2010-08-03Revert "net: remove zap_completion_queue"David S. Miller-3/+32
2010-08-02net: cleanup inclusionChangli Gao-2/+0
2010-08-01net: ingress filter message limitStephen Hemminger-4/+4
2010-07-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+6
2010-07-26drop_monitor: use genl_register_family_with_ops()Changli Gao-16/+7
2010-07-25net: dev_forward_skb should call nf_resetBen Greear-0/+1
2010-07-24net: pskb_expand_head() optimizationEric Dumazet-1/+1
2010-07-24sysfs: add attribute to indicate hw address assignment typeStefan Assmann-0/+2
2010-07-23net: core: don't use own hex_to_bin() methodAndy Shevchenko-24/+12
2010-07-22net: Fix skb_copy_expand() handling of ->csum_startDavid S. Miller-1/+2
2010-07-22net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.cAndrea Shepard-1/+3
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-8/+17
2010-07-20drop_monitor: Add error code to detect duplicate state changesNeil Horman-2/+8
2010-07-20__dst_free(): put EXPORT_SYMBOLS after the fctNicolas Dichtel-1/+1
2010-07-19net: this_cpu_xxx conversionsEric Dumazet-3/+2
2010-07-19net: 64bit stats for netdev_queueEric Dumazet-1/+3
2010-07-18net: support time stamping in phy devices.Richard Cochran-1/+130
2010-07-14net: fix problem in reading sock TX queueTom Herbert-4/+3
2010-07-14net/core: neighbour update OopsDoug Kehn-1/+4
2010-07-14net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet-3/+10
2010-07-12net/core: Remove unnecessary casts of private_dataJoe Perches-2/+2
2010-07-12net: sock_free() optimizationsEric Dumazet-2/+3
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet-53/+32
2010-07-09net: Document that dev_get_stats() returns the given pointerBen Hutchings-6/+6
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings-5/+26
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-11/+48
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet-11/+21
2010-07-04netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functionsJoe Perches-0/+62
2010-07-02net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend-0/+18
2010-06-30ethtool: Add support for control of RX flow hash indirectionBen Hutchings-0/+80
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings-23/+5
2010-06-30net/core: use ntohs for skb->protocolSebastian Andrzej Siewior-1/+2
2010-06-29ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings-9/+27
2010-06-29ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings-2/+3
2010-06-28net: use this_cpu_ptr()Eric Dumazet-2/+2