| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] lockdep: fix RT_HASH_LOCK_SZ | Ingo Molnar | 2006-07-03 | 1 | -9/+14 |
* | [PATCH] lockdep: prove spinlock rwlock locking correctness | Ingo Molnar | 2006-07-03 | 1 | -1/+2 |
* | [PATCH] lockdep: locking init debugging improvement | Ingo Molnar | 2006-07-03 | 2 | -2/+2 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-06-30 | 5 | -14/+20 |
|\ |
|
| * | [IPV6]: Added GSO support for TCPv6 | Herbert Xu | 2006-06-30 | 1 | -2/+2 |
| * | [NET]: Generalise TSO-specific bits from skb_setup_caps | Herbert Xu | 2006-06-30 | 3 | -7/+6 |
| * | [IPV6]: Added GSO support for TCPv6 | Herbert Xu | 2006-06-30 | 1 | -0/+1 |
| * | [NETFILTER]: SCTP conntrack: fix crash triggered by packet without chunks | Patrick McHardy | 2006-06-30 | 1 | -1/+1 |
| * | [TCP]: Reset gso_segs if packet is dodgy | Herbert Xu | 2006-06-30 | 1 | -4/+10 |
* | | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 71 | -71/+0 |
|/ |
|
* | [NETFILTE] ipv4: Fix typo (Bugzilla #6753) | Matt LaPlante | 2006-06-29 | 1 | -1/+1 |
* | [NET]: Add ECN support for TSO | Michael Chan | 2006-06-29 | 3 | -8/+0 |
* | [TCP]: Export accept queue len of a TCP listening socket via rx_queue | Sridhar Samudrala | 2006-06-29 | 2 | -2/+6 |
* | [NETLINK]: Encapsulate eff_cap usage within security framework. | Darrel Goeddel | 2006-06-29 | 1 | -1/+1 |
* | [NET]: Added GSO header verification | Herbert Xu | 2006-06-29 | 2 | -5/+9 |
* | [NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev d... | Patrick McHardy | 2006-06-29 | 1 | -2/+10 |
* | [NETFILTER]: x_tables: fix xt_register_table error propagation | Patrick McHardy | 2006-06-29 | 2 | -2/+4 |
* | [NET]: Fix CHECKSUM_HW GSO problems. | Herbert Xu | 2006-06-25 | 1 | -11/+11 |
* | [PATCH] Define __raw_get_cpu_var and use it | Paul Mackerras | 2006-06-25 | 1 | -1/+1 |
* | [PATCH] remove for_each_cpu() | Andrew Morton | 2006-06-25 | 1 | -1/+1 |
* | [IPSEC]: Handle GSO packets | Herbert Xu | 2006-06-23 | 1 | -8/+46 |
* | [NET]: Add software TSOv4 | Herbert Xu | 2006-06-23 | 2 | -0/+113 |
* | [NET]: Merge TSO/UFO fields in sk_buff | Herbert Xu | 2006-06-23 | 4 | -29/+40 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2006-06-19 | 1 | -0/+1 |
|\ |
|
| * | [NET]: Export ip_dev_find() | Sean Hefty | 2006-06-17 | 1 | -0/+1 |
* | | [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM | Herbert Xu | 2006-06-17 | 2 | -9/+3 |
* | | [TCP]: Add tcp_slow_start_after_idle sysctl. | David S. Miller | 2006-06-17 | 2 | -1/+13 |
* | | [TCP] Westwood: reset RTT min after FRTO | Luca De Cicco | 2006-06-17 | 1 | -2/+16 |
* | | [TCP] Westwood: bandwidth filter startup | Luca De Cicco | 2006-06-17 | 1 | -3/+9 |
* | | [TCP] Westwood: comment fixes | Luca De Cicco | 2006-06-17 | 1 | -4/+21 |
* | | [TCP] Westwood: fix first sample | Stephen Hemminger | 2006-06-17 | 1 | -1/+12 |
* | | [NET]: net.ipv4.ip_autoconfig sysctl removal | Stephen Hemminger | 2006-06-17 | 1 | -8/+0 |
* | | [NET]: Clean up skb_linearize | Herbert Xu | 2006-06-17 | 1 | -8/+3 |
* | | [NETFILTER]: hashlimit match: fix random initialization | Patrick McHardy | 2006-06-17 | 1 | -2/+5 |
* | | [NETFILTER]: recent match: missing refcnt initialization | Patrick McHardy | 2006-06-17 | 1 | -0/+1 |
* | | [NETFILTER]: recent match: fix "sleeping function called from invalid context" | Patrick McHardy | 2006-06-17 | 1 | -5/+10 |
* | | [SECMARK]: Add secmark support to conntrack | James Morris | 2006-06-17 | 3 | -0/+20 |
* | | [SECMARK]: Add secmark support to core networking. | James Morris | 2006-06-17 | 2 | -0/+2 |
* | | [IPV4] icmp: Kill local 'ip' arg in icmp_redirect(). | David S. Miller | 2006-06-17 | 1 | -3/+2 |
* | | [IPV4]: Right prototype of __raw_v4_lookup() | Alexey Dobriyan | 2006-06-17 | 1 | -1/+1 |
* | | [IPV4] igmp: Fixup struct ip_mc_list::multiaddr type | Alexey Dobriyan | 2006-06-17 | 1 | -1/+1 |
* | | [TCP]: Fix compile warning in tcp_probe.c | David S. Miller | 2006-06-17 | 1 | -1/+3 |
* | | [TCP]: Limited slow start for Highspeed TCP | Stephen Hemminger | 2006-06-17 | 1 | -3/+21 |
* | | [TCP]: TCP Probe congestion window tracing | Stephen Hemminger | 2006-06-17 | 2 | -0/+180 |
* | | [TCP]: Minimum congestion window consolidation. | Stephen Hemminger | 2006-06-17 | 8 | -46/+21 |
* | | [TCP]: TCP Compound quad root function | Stephen Hemminger | 2006-06-17 | 1 | -24/+66 |
* | | [TCP]: TCP Compound congestion control | Angelo P. Castellani | 2006-06-17 | 3 | -0/+418 |
* | | [TCP]: TCP Veno congestion control | Bin Zhou | 2006-06-17 | 3 | -0/+251 |
* | | [TCP]: TCP Low Priority congestion control | Wong Hoi Sing Edison | 2006-06-17 | 3 | -0/+349 |
* | | [NETFILTER]: PPTP helper: fixup gre_keymap_lookup() return type | Alexey Dobriyan | 2006-06-17 | 1 | -3/+3 |