Age | Commit message (Expand) | Author | Files | Lines |
2007-02-11 | [NET] IPV4: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -21/+21 |
2007-01-26 | [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). | David S. Miller | 1 | -1/+2 |
2006-12-09 | [NET]: Convert hh_lock to seqlock. | Stephen Hemminger | 1 | -11/+3 |
2006-12-04 | [PATCH] severing skbuff.h -> highmem.h | Al Viro | 1 | -0/+1 |
2006-12-03 | [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ... | Al Viro | 1 | -1/+1 |
2006-12-03 | [NET]: Annotate csum_partial() callers in net/* | Al Viro | 1 | -4/+4 |
2006-12-03 | [NET]: Annotate callers of csum_fold() in net/* | Al Viro | 1 | -1/+1 |
2006-12-03 | [IPV6]: Assorted trivial endianness annotations. | Al Viro | 1 | -1/+1 |
2006-12-03 | [TCP]: Don't set SKB owner in tcp_transmit_skb(). | David S. Miller | 1 | -2/+1 |
2006-12-03 | [NET]: Turn nfmark into generic mark | Thomas Graf | 1 | -1/+1 |
2006-09-29 | [IPV4]: struct ip_options annotations | Al Viro | 1 | -2/+2 |
2006-09-29 | [IPV4]: ip_build_and_send_pkt() annotations | Al Viro | 1 | -1/+1 |
2006-09-23 | [NETFILTER] bridge: simplify nf_bridge_pad | Stephen Hemminger | 1 | -8/+7 |
2006-09-23 | [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly | Brian Haley | 1 | -1/+1 |
2006-09-23 | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE | Patrick McHardy | 1 | -3/+3 |
2006-09-23 | [MLSXFRM]: Add flow labeling | Venkat Yekkirala | 1 | -0/+2 |
2006-09-01 | [IPV4]: Fix SNMPv2 "ipFragFails" counter error | Wei Dong | 1 | -0/+1 |
2006-08-14 | [INET]: Use pskb_trim_unique when trimming paged unique skbs | Herbert Xu | 1 | -2/+2 |
2006-08-03 | [IPV6]: SNMPv2 "ipv6IfStatsOutFragCreates" counter error | Wei Dong | 1 | -3/+4 |
2006-07-09 | [NET] gso: Add skb_is_gso | Herbert Xu | 1 | -2/+2 |
2006-07-01 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -2/+2 |
2006-07-01 | [IPV6]: Added GSO support for TCPv6 | Herbert Xu | 1 | -2/+2 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-23 | [NET]: Merge TSO/UFO fields in sk_buff | Herbert Xu | 1 | -7/+9 |
2006-06-18 | [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM | Herbert Xu | 1 | -1/+1 |
2006-06-18 | [SECMARK]: Add secmark support to core networking. | James Morris | 1 | -0/+1 |
2006-04-15 | [PATCH] ip_output: account for fraggap when checking to add trailer_len | Zach Brown | 1 | -1/+1 |
2006-04-10 | [NETFILTER]: Fix fragmentation issues with bridge netfilter | Patrick McHardy | 1 | -3/+3 |
2006-03-23 | [TCP]: Do not use inet->id of global tcp_socket when sending RST. | Alexey Kuznetsov | 1 | -5/+1 |
2006-03-13 | [IPV4/6]: Fix UFO error propagation | Patrick McHardy | 1 | -3/+4 |
2006-02-16 | [XFRM]: Fix SNAT-related crash in xfrm4_output_finish | Patrick McHardy | 1 | -6/+10 |
2006-01-10 | [IPV4]: ip_output.c needs xfrm.h | Patrick McHardy | 1 | -0/+1 |
2006-01-08 | [IPV4]: make ip_fragment() static | Adrian Bunk | 1 | -2/+3 |
2006-01-07 | [NETFILTER]: Redo policy lookups after NAT when neccessary | Patrick McHardy | 1 | -0/+5 |
2006-01-07 | [NET]: Endian-annotate struct iphdr | Alexey Dobriyan | 1 | -2/+2 |
2006-01-05 | [NETFILTER]: Call POST_ROUTING hook before fragmentation | Patrick McHardy | 1 | -16/+14 |
2006-01-04 | [IPV4]: Safer reassembly | Herbert Xu | 1 | -0/+1 |
2005-11-30 | [IPV4]: make two functions static | Adrian Bunk | 1 | -1/+1 |
2005-11-08 | [IPV4]: Fix ip_queue_xmit identity increment for TSO packets | Herbert Xu | 1 | -1/+2 |
2005-11-08 | [NET]: kfree cleanup | Jesper Juhl | 1 | -8/+4 |
2005-10-28 | [IPv4/IPv6]: UFO Scatter-gather approach | Ananda Raju | 1 | -5/+78 |
2005-10-26 | [IPV4]: Remove dead code from ip_output.c | Jayachandran C | 1 | -4/+1 |
2005-10-22 | [SK_BUFF]: ipvs_property field must be copied | Julian Anastasov | 1 | -0/+3 |
2005-08-30 | [IPV4]: ip_finish_output() can be inlined | Thomas Graf | 1 | -1/+1 |
2005-08-30 | [NET]: Make NETDEBUG pure printk wrappers | Patrick McHardy | 1 | -1/+1 |
2005-08-30 | [NET]: Export symbols needed by the current DCCP code | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2005-08-30 | [INET]: Introduce inet_sk_rebuild_header | Arnaldo Carvalho de Melo | 1 | -5/+0 |
2005-08-30 | [SOCK]: Introduce sk_setup_caps | Arnaldo Carvalho de Melo | 1 | -5/+2 |
2005-08-30 | [IPV4]: possible cleanups | Adrian Bunk | 1 | -6/+1 |
2005-08-30 | [NETFILTER]: reduce netfilter sk_buff enlargement | Harald Welte | 1 | -1/+0 |