Age | Commit message (Expand) | Author | Files | Lines |
2006-07-25 | [IPV4/IPV6]: Setting 0 for unused port field in RAW IP recvmsg(). | Tetsuo Handa | 1 | -0/+1 |
2006-07-25 | [IPV4] ipmr: ip multicast route bug fix. | Alexey Kuznetsov | 1 | -6/+13 |
2006-07-24 | [IPV4]: Clear the whole IPCB, this clears also IPCB(skb)->flags. | Guillaume Chazarain | 1 | -1/+1 |
2006-07-24 | [NETFILTER]: SNMP NAT: fix byteorder confusion | Patrick McHardy | 1 | -2/+2 |
2006-07-24 | [NETFILTER]: conntrack: fix SYSCTL=n compile | Adrian Bunk | 1 | -2/+2 |
2006-07-24 | [NETFILTER]: H.323 helper: fix possible NULL-ptr dereference | Patrick McHardy | 1 | -1/+1 |
2006-07-21 | [IPV4]: Fix nexthop realm dumping for multipath routes | Patrick McHardy | 1 | -4/+8 |
2006-07-21 | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 15 | -47/+22 |
2006-07-21 | [IPV4]: Get rid of redundant IPCB->opts initialisation | Herbert Xu | 5 | -6/+0 |
2006-07-14 | [IPV4]: Clear skb cb on IP input | Stephen Hemminger | 1 | -0/+3 |
2006-07-12 | [IPV4]: Fix error handling for fib_insert_node call | Herbert Xu | 1 | -1/+1 |
2006-07-12 | [IPCOMP]: Fix truesize after decompression | Herbert Xu | 1 | -1/+2 |
2006-07-12 | [TCP] tcp_highspeed: Fix AI updates. | Xiaoliang (David) Wei | 1 | -4/+9 |
2006-07-10 | [TCP]: Remove TCP Compound | David S. Miller | 3 | -459/+0 |
2006-07-10 | [IPV4] inetpeer: Get rid of volatile from peer_total | Herbert Xu | 1 | -1/+1 |
2006-07-08 | [NET]: Fix IPv4/DECnet routing rule dumping | Patrick McHardy | 1 | -2/+2 |
2006-07-08 | [NET] gso: Fix up GSO packets with broken checksums | Herbert Xu | 2 | -0/+54 |
2006-07-08 | [NET] gso: Add skb_is_gso | Herbert Xu | 2 | -3/+3 |
2006-07-03 | [NET]: Verify gso_type too in gso_segment | Herbert Xu | 2 | -4/+23 |
2006-07-03 | [PATCH] lockdep: annotate bh_lock_sock() | Ingo Molnar | 1 | -1/+1 |
2006-07-03 | [PATCH] lockdep: fix RT_HASH_LOCK_SZ | Ingo Molnar | 1 | -9/+14 |
2006-07-03 | [PATCH] lockdep: prove spinlock rwlock locking correctness | Ingo Molnar | 1 | -1/+2 |
2006-07-03 | [PATCH] lockdep: locking init debugging improvement | Ingo Molnar | 2 | -2/+2 |
2006-06-30 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 5 | -14/+20 |
2006-06-30 | [IPV6]: Added GSO support for TCPv6 | Herbert Xu | 1 | -2/+2 |
2006-06-30 | [NET]: Generalise TSO-specific bits from skb_setup_caps | Herbert Xu | 3 | -7/+6 |
2006-06-30 | [IPV6]: Added GSO support for TCPv6 | Herbert Xu | 1 | -0/+1 |
2006-06-30 | [NETFILTER]: SCTP conntrack: fix crash triggered by packet without chunks | Patrick McHardy | 1 | -1/+1 |
2006-06-30 | [TCP]: Reset gso_segs if packet is dodgy | Herbert Xu | 1 | -4/+10 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 71 | -71/+0 |
2006-06-29 | [NETFILTE] ipv4: Fix typo (Bugzilla #6753) | Matt LaPlante | 1 | -1/+1 |
2006-06-29 | [NET]: Add ECN support for TSO | Michael Chan | 3 | -8/+0 |
2006-06-29 | [TCP]: Export accept queue len of a TCP listening socket via rx_queue | Sridhar Samudrala | 2 | -2/+6 |
2006-06-29 | [NETLINK]: Encapsulate eff_cap usage within security framework. | Darrel Goeddel | 1 | -1/+1 |
2006-06-29 | [NET]: Added GSO header verification | Herbert Xu | 2 | -5/+9 |
2006-06-29 | [NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev d... | Patrick McHardy | 1 | -2/+10 |
2006-06-29 | [NETFILTER]: x_tables: fix xt_register_table error propagation | Patrick McHardy | 2 | -2/+4 |
2006-06-25 | [NET]: Fix CHECKSUM_HW GSO problems. | Herbert Xu | 1 | -11/+11 |
2006-06-25 | [PATCH] Define __raw_get_cpu_var and use it | Paul Mackerras | 1 | -1/+1 |
2006-06-25 | [PATCH] remove for_each_cpu() | Andrew Morton | 1 | -1/+1 |
2006-06-23 | [IPSEC]: Handle GSO packets | Herbert Xu | 1 | -8/+46 |
2006-06-23 | [NET]: Add software TSOv4 | Herbert Xu | 2 | -0/+113 |
2006-06-23 | [NET]: Merge TSO/UFO fields in sk_buff | Herbert Xu | 4 | -29/+40 |
2006-06-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -0/+1 |
2006-06-17 | [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM | Herbert Xu | 2 | -9/+3 |
2006-06-17 | [TCP]: Add tcp_slow_start_after_idle sysctl. | David S. Miller | 2 | -1/+13 |
2006-06-17 | [TCP] Westwood: reset RTT min after FRTO | Luca De Cicco | 1 | -2/+16 |
2006-06-17 | [TCP] Westwood: bandwidth filter startup | Luca De Cicco | 1 | -3/+9 |
2006-06-17 | [TCP] Westwood: comment fixes | Luca De Cicco | 1 | -4/+21 |
2006-06-17 | [TCP] Westwood: fix first sample | Stephen Hemminger | 1 | -1/+12 |