aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
* pkt_sched: Prevent livelock in TX queue running.David S. Miller2008-08-19
* Revert "pkt_sched: Protect gen estimators under est_lock."David S. Miller2008-08-19
* pkt_sched: Fix missed RCU unlock in dev_queue_xmit()David S. Miller2008-08-18
* net: Change handling of the __QDISC_STATE_SCHED flag in net_tx_action().Jarek Poplawski2008-08-18
* pkt_sched: Add 'deactivated' state.David S. Miller2008-08-18
* net: skb_copy_datagram_from_iovec()Rusty Russell2008-08-15
* net: Preserve netfilter attributes in skb_gso_segment using __copy_skb_headerHerbert Xu2008-08-15
* pkt_sched: Protect gen estimators under est_lock.Jarek Poplawski2008-08-13
* pktgen: prevent pktgen from using bad tx queueAndrew Gallatin2008-08-13
* pktgen: multiqueue etc.Robert Olsson2008-08-07
* net/core: Allow receive on active slaves.Joe Eykholt2008-08-07
* net/core: Allow certain receives on inactive slave.Joe Eykholt2008-08-07
* net/core: Uninline skb_bond().Joe Eykholt2008-08-07
* pktgen: mac countRobert Olsson2008-08-05
* pktgen: random flow Robert Olsson2008-08-05
* net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski2008-08-05
* net: eliminate refcounting in backlog queueStephen Hemminger2008-08-04
* net: use software GSO for SG+CSUM capable netdevicesLennert Buytenhek2008-08-03
* net: fix missing pneigh entries in the neighbor seq_file codeChris Larson2008-08-03
* net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get...Chris Larson2008-08-03
* pkt_sched: Use qdisc_lock() on already sampled root qdisc.David S. Miller2008-08-02
* netdev: Fix lockdep warnings in multiqueue configurations.David S. Miller2008-07-31
* pkt_sched: Fix OOPS on ingress qdisc add.David S. Miller2008-07-30
* mac80211: partially fix skb->cb useJohannes Berg2008-07-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-26
|\
| * net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-26
* | printk ratelimiting rewriteDave Young2008-07-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-24
|\|
| * net: Update entry in af_family_clock_key_stringsOliver Hartkopp2008-07-23
| * netdev: Remove warning from __netif_schedule().David S. Miller2008-07-23
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-23
|\ \
| * \ Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-21
| |\ \
| * \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-07-15
| |\ \ \
| * \ \ \ Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-06
| |\ \ \ \
| * | | | | net: use performance variant for_each_cpu_mask_nrMike Travis2008-05-23
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds2008-07-23
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | I/OAT: tcp_dma_copybreak default value dependent on I/OAT versionMaciej Sosnowski2008-07-22
| |/ / / /
* | | | | netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep.David S. Miller2008-07-22
* | | | | net: Fix build failure with 'make mandocs'.Dave Jones2008-07-22
* | | | | net: Print the module name as part of the watchdog messageArjan van de Ven2008-07-21
* | | | | net: use kcalloc in netdev_queue allocStephen Hemminger2008-07-21
* | | | | net: In __netif_schedule() use WARN_ON instead of BUG_ONLinus Torvalds2008-07-21
* | | | | net: Improve simple_tx_hash().David S. Miller2008-07-21
| |_|_|/ |/| | |
* | | | net_sched: Add qdisc_enqueue wrapperJussi Kivilinna2008-07-20
* | | | net: Use standard structures for generic socket address structures.YOSHIFUJI Hideaki2008-07-20
* | | | netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-20
* | | | pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller2008-07-19
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-18
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-15
| |\ \ \
| | * | | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-26