aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-21/+21
2007-01-26[TCP]: Restore SKB socket owner setting in tcp_transmit_skb().David S. Miller1-1/+2
2006-12-08[NET]: Convert hh_lock to seqlock.Stephen Hemminger1-11/+3
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro1-0/+1
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in net/*Al Viro1-1/+1
2006-12-02[NET]: Annotate csum_partial() callers in net/*Al Viro1-4/+4
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro1-1/+1
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro1-1/+1
2006-12-02[TCP]: Don't set SKB owner in tcp_transmit_skb().David S. Miller1-2/+1
2006-12-02[NET]: Turn nfmark into generic markThomas Graf1-1/+1
2006-09-28[IPV4]: struct ip_options annotationsAl Viro1-2/+2
2006-09-28[IPV4]: ip_build_and_send_pkt() annotationsAl Viro1-1/+1
2006-09-22[NETFILTER] bridge: simplify nf_bridge_padStephen Hemminger1-8/+7
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley1-1/+1
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-3/+3
2006-09-22[MLSXFRM]: Add flow labelingVenkat Yekkirala1-0/+2
2006-08-31[IPV4]: Fix SNMPv2 "ipFragFails" counter errorWei Dong1-0/+1
2006-08-13[INET]: Use pskb_trim_unique when trimming paged unique skbsHerbert Xu1-2/+2
2006-08-02[IPV6]: SNMPv2 "ipv6IfStatsOutFragCreates" counter errorWei Dong1-3/+4
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu1-2/+2
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+2
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-7/+9
2006-06-17[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu1-1/+1
2006-06-17[SECMARK]: Add secmark support to core networking.James Morris1-0/+1
2006-04-14[PATCH] ip_output: account for fraggap when checking to add trailer_lenZach Brown1-1/+1
2006-04-09[NETFILTER]: Fix fragmentation issues with bridge netfilterPatrick McHardy1-3/+3
2006-03-22[TCP]: Do not use inet->id of global tcp_socket when sending RST.Alexey Kuznetsov1-5/+1
2006-03-12[IPV4/6]: Fix UFO error propagationPatrick McHardy1-3/+4
2006-02-15[XFRM]: Fix SNAT-related crash in xfrm4_output_finishPatrick McHardy1-6/+10
2006-01-09[IPV4]: ip_output.c needs xfrm.hPatrick McHardy1-0/+1
2006-01-07[IPV4]: make ip_fragment() staticAdrian Bunk1-2/+3
2006-01-07[NETFILTER]: Redo policy lookups after NAT when neccessaryPatrick McHardy1-0/+5
2006-01-06[NET]: Endian-annotate struct iphdrAlexey Dobriyan1-2/+2
2006-01-05[NETFILTER]: Call POST_ROUTING hook before fragmentationPatrick McHardy1-16/+14
2006-01-03[IPV4]: Safer reassemblyHerbert Xu1-0/+1
2005-11-29[IPV4]: make two functions staticAdrian Bunk1-1/+1
2005-11-08[IPV4]: Fix ip_queue_xmit identity increment for TSO packetsHerbert Xu1-1/+2
2005-11-08[NET]: kfree cleanupJesper Juhl1-8/+4
2005-10-28[IPv4/IPv6]: UFO Scatter-gather approachAnanda Raju1-5/+78
2005-10-26[IPV4]: Remove dead code from ip_output.cJayachandran C1-4/+1
2005-10-22[SK_BUFF]: ipvs_property field must be copiedJulian Anastasov1-0/+3
2005-08-29[IPV4]: ip_finish_output() can be inlinedThomas Graf1-1/+1
2005-08-29[NET]: Make NETDEBUG pure printk wrappersPatrick McHardy1-1/+1
2005-08-29[NET]: Export symbols needed by the current DCCP codeArnaldo Carvalho de Melo1-0/+2
2005-08-29[INET]: Introduce inet_sk_rebuild_headerArnaldo Carvalho de Melo1-5/+0
2005-08-29[SOCK]: Introduce sk_setup_capsArnaldo Carvalho de Melo1-5/+2
2005-08-29[IPV4]: possible cleanupsAdrian Bunk1-6/+1
2005-08-29[NETFILTER]: reduce netfilter sk_buff enlargementHarald Welte1-1/+0