| Commit message (Expand) | Author | Age | Files | Lines |
* | pktgen: Fix accuracy of inter-packet delay. | Daniel Turull | 2010-06-10 | 1 | -1/+1 |
* | pkt_sched: gen_estimator: add a new lock | Eric Dumazet | 2010-06-10 | 1 | -3/+12 |
* | net: deliver skbs on inactive slaves to exact matches | John Fastabend | 2010-06-10 | 2 | -5/+16 |
* | ipv6: fix ICMP6_MIB_OUTERRORS | Eric Dumazet | 2010-06-09 | 1 | -2/+2 |
* | Merge branch 'num_rx_queues' of git://kernel.ubuntu.com/rtg/net-2.6 | David S. Miller | 2010-06-09 | 1 | -5/+3 |
|\ |
|
| * | net: Print num_rx_queues imbalance warning only when there are allocated queues | Tim Gardner | 2010-06-09 | 1 | -5/+3 |
* | | caif: fix a couple range checks | Dan Carpenter | 2010-06-09 | 2 | -2/+2 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-06-09 | 3 | -10/+87 |
|\ |
|
| * | mac80211: fix deauth before assoc | Johannes Berg | 2010-06-08 | 1 | -2/+38 |
| * | mac80211: fix function pointer check | Holger Schurig | 2010-06-07 | 1 | -1/+1 |
| * | mac80211: process station blockack action frames from work | Johannes Berg | 2010-06-04 | 2 | -7/+48 |
* | | ipmr: dont corrupt lists | Eric Dumazet | 2010-06-07 | 2 | -2/+6 |
* | | ip6mr: fix a typo in ip6mr_for_each_table() | Eric Dumazet | 2010-06-06 | 1 | -1/+1 |
* | | ipv6: avoid high order allocations | Eric Dumazet | 2010-06-05 | 1 | -1/+4 |
* | | tcp: use correct net ns in cookie_v4_check() | Eric Dumazet | 2010-06-04 | 1 | -1/+1 |
* | | rps: tcp: fix rps_sock_flow_table table updates | Eric Dumazet | 2010-06-04 | 1 | -3/+4 |
* | | syncookies: remove Kconfig text line about disabled-by-default | Florian Westphal | 2010-06-04 | 1 | -5/+5 |
* | | net: check for refcount if pop a stacked dst_entry | Steffen Klassert | 2010-06-04 | 1 | -2/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-06-03 | 2 | -4/+15 |
|\ \
| |/ |
|
| * | mac80211: fix dialog token allocator | Johannes Berg | 2010-06-01 | 1 | -2/+4 |
| * | mac80211: fix blockack-req processing | Johannes Berg | 2010-06-01 | 1 | -2/+11 |
* | | act_pedit: access skb->data safely | Changli Gao | 2010-06-03 | 1 | -10/+14 |
* | | cls_u32: use skb_header_pointer() to dereference data safely | Changli Gao | 2010-06-02 | 1 | -13/+36 |
* | | TCP: tcp_hybla: Fix integer overflow in slow start increment | Daniele Lacamera | 2010-06-02 | 1 | -2/+2 |
* | | act_nat: fix the wrong checksum when addr isn't in old_addr/mask | Changli Gao | 2010-06-02 | 1 | -0/+4 |
* | | net: fix conflict between null_or_orig and null_or_bond | John Fastabend | 2010-06-02 | 1 | -4/+4 |
* | | net: init_vlan should not copy slave or master flags | John Fastabend | 2010-06-02 | 1 | -1/+2 |
* | | xfrm: force a dst reference in __xfrm_route_forward() | Eric Dumazet | 2010-06-02 | 1 | -0/+1 |
* | | net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1 | Joe Perches | 2010-05-31 | 1 | -2/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-05-31 | 3 | -16/+5 |
|\ \ |
|
| * | | netfilter: xtables: stackptr should be percpu | Eric Dumazet | 2010-05-31 | 3 | -12/+5 |
| * | | netfilter: don't xt_jumpstack_alloc twice in xt_register_table | Xiaotian Feng | 2010-05-31 | 1 | -4/+0 |
* | | | net: sock_queue_err_skb() dont mess with sk_forward_alloc | Eric Dumazet | 2010-05-31 | 3 | -10/+32 |
* | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2010-05-31 | 19 | -105/+232 |
|\ \ \
| |/ / |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-05-28 | 11 | -27/+70 |
| |\ \ |
|
| * \ \ | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-05-27 | 1 | -6/+6 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Steven Rostedt | 2010-05-21 | 12 | -80/+215 |
| | |\ \ \ |
|
| | * \ \ \ | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Steven Rostedt | 2010-05-18 | 2 | -6/+58 |
| | |\ \ \ \ |
|
| | * | | | | | tracing: Let tracepoints have data passed to tracepoint callbacks | Steven Rostedt | 2010-05-14 | 1 | -6/+6 |
| * | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2010-05-27 | 1 | -11/+18 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | sunrpc: fix leak on error on socket xprt setup | J. Bruce Fields | 2010-05-26 | 1 | -11/+18 |
| * | | | | | | | iucv: convert cpu notifier to return encapsulate errno value | Akinobu Mita | 2010-05-27 | 1 | -4/+5 |
| |/ / / / / / |
|
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2010-05-25 | 23 | -199/+222 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | sunrpc: use formatting of module name in SUNRPC | Alex Riesen | 2010-05-25 | 1 | -4/+1 |
| * | | | | | | | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT... | Alexey Dobriyan | 2010-05-25 | 5 | -8/+8 |
| * | | | | | | | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 2010-05-24 | 2 | -6/+25 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | sunrpc: Pushdown the bkl from sunrpc cache ioctl | Frederic Weisbecker | 2010-05-22 | 1 | -3/+10 |
| | * | | | | | | | sunrpc: Pushdown the bkl from ioctl | Frederic Weisbecker | 2010-05-22 | 1 | -3/+15 |
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | Revert "ath9k: Group Key fix for VAPs" | Linus Torvalds | 2010-05-24 | 1 | -1/+0 |
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2010-05-24 | 2 | -3/+73 |
| |\ \ \ \ \ \ \ |
|