summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* netdev: simple_tx_hash shouldn't hash inside fragmentsAlexander Duyck2008-09-211-2/+4
* pkt_sched: Fix qdisc state in net_tx_action()Jarek Poplawski2008-09-081-1/+6
* pkt_sched: Prevent livelock in TX queue running.David S. Miller2008-08-191-1/+3
* Revert "pkt_sched: Protect gen estimators under est_lock."David S. Miller2008-08-191-5/+4Star
* pkt_sched: Fix missed RCU unlock in dev_queue_xmit()David S. Miller2008-08-181-6/+4Star
* net: Change handling of the __QDISC_STATE_SCHED flag in net_tx_action().Jarek Poplawski2008-08-181-15/+19
* pkt_sched: Add 'deactivated' state.David S. Miller2008-08-181-1/+8
* net: skb_copy_datagram_from_iovec()Rusty Russell2008-08-161-0/+87
* net: Preserve netfilter attributes in skb_gso_segment using __copy_skb_headerHerbert Xu2008-08-161-10/+2Star
* pkt_sched: Protect gen estimators under est_lock.Jarek Poplawski2008-08-141-4/+5
* pktgen: prevent pktgen from using bad tx queueAndrew Gallatin2008-08-141-0/+29
* pktgen: multiqueue etc.Robert Olsson2008-08-071-3/+34
* net/core: Allow receive on active slaves.Joe Eykholt2008-08-071-2/+4
* net/core: Allow certain receives on inactive slave.Joe Eykholt2008-08-071-7/+8
* net/core: Uninline skb_bond().Joe Eykholt2008-08-071-20/+8Star
* pktgen: mac countRobert Olsson2008-08-061-2/+2
* pktgen: random flow Robert Olsson2008-08-061-1/+5
* net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski2008-08-051-1/+0Star
* net: eliminate refcounting in backlog queueStephen Hemminger2008-08-041-7/+16
* net: use software GSO for SG+CSUM capable netdevicesLennert Buytenhek2008-08-031-0/+4
* net: fix missing pneigh entries in the neighbor seq_file codeChris Larson2008-08-031-5/+6
* net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get...Chris Larson2008-08-031-1/+1
* pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller2008-08-031-2/+2
* netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller2008-08-013-2/+7
* pkt_sched: Fix OOPS on ingress qdisc add.David S. Miller2008-07-301-2/+2
* mac80211: partially fix skb->cb useJohannes Berg2008-07-291-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-276-26/+25Star
|\
| * net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-266-26/+25Star
* | printk ratelimiting rewriteDave Young2008-07-252-5/+4Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-242-4/+1Star
|\|
| * net: Update entry in af_family_clock_key_stringsOliver Hartkopp2008-07-231-1/+1
| * netdev: Remove warning from __netif_schedule().David S. Miller2008-07-231-3/+0Star
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-241-2/+2
|\ \
| * \ Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-2114-295/+529
| |\ \
| * \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-162-3/+3
| |\ \ \
| * \ \ \ Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-068-27/+61
| |\ \ \ \
| * | | | | net: use performance variant for_each_cpu_mask_nrMike Travis2008-05-231-2/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds2008-07-231-0/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | I/OAT: tcp_dma_copybreak default value dependent on I/OAT versionMaciej Sosnowski2008-07-231-0/+1
| |/ / / /
* | | | | netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller2008-07-221-6/+21
* | | | | net: Fix build failure with 'make mandocs'.Dave Jones2008-07-221-26/+25Star
* | | | | net: Print the module name as part of the watchdog messageArjan van de Ven2008-07-211-0/+20
* | | | | net: use kcalloc in netdev_queue allocStephen Hemminger2008-07-211-2/+2
* | | | | net: In __netif_schedule() use WARN_ON instead of BUG_ONLinus Torvalds2008-07-211-1/+2
* | | | | net: Improve simple_tx_hash().David S. Miller2008-07-211-13/+21
| |_|_|/ |/| | |
* | | | net_sched: Add qdisc_enqueue wrapperJussi Kivilinna2008-07-201-2/+2
* | | | net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki2008-07-201-1/+1
* | | | netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-201-1/+1
* | | | pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller2008-07-191-2/+0Star
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-182-3/+3
|\ \ \ \ | | |_|/ | |/| |