summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-214-0/+11
|\
| * Merge commit 'v2.6.36-rc7' into perf/coreIngo Molnar2010-10-082-6/+7
| |\
| * \ Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar2010-09-211-1/+1
| |\ \
| * \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-09-153-15/+19
| |\ \ \
| * | | | skb: Add tracepoints to freeing skbKoki Sanagi2010-09-073-0/+4
| * | | | netdev: Add tracepoints to netdev layerKoki Sanagi2010-09-072-0/+7
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-211-1/+4
|\ \ \ \ \
| * | | | | net: suppress RCU lockdep false positive in sock_update_classidPaul E. McKenney2010-10-071-1/+4
| | |_|_|/ | |/| | |
* | | | | net: clear heap allocations for privileged ethtool actionsKees Cook2010-10-111-3/+3
* | | | | net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook2010-10-081-1/+1
* | | | | net: Fix the condition passed to sk_wait_event()Nagendra Tomar2010-10-031-4/+4
|/ / / /
* | | | tcp: Fix >4GB writes on 64-bit.David S. Miller2010-09-271-2/+3
* | | | net: fix a lockdep splatEric Dumazet2010-09-241-4/+4
| |_|/ |/| |
* | | net: use rcu_barrier() in rollback_registered_manyEric Dumazet2010-09-141-1/+1
| |/ |/|
* | gro: Re-fix different skb headroomsJarek Poplawski2010-09-081-1/+1
* | net: fix tx queue selection for bridged devices implementing select_queueHelmut Schaa2010-09-071-8/+8
* | pkt_sched: Fix lockdep warning on est_tree_lock in gen_estimatorJarek Poplawski2010-09-021-6/+6
* | gro: fix different skb headroomsEric Dumazet2010-09-011-2/+6
|/
* net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski2010-08-171-1/+1
* 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
OpenPOWER on IntegriCloud