aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-25[INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: More skb_reset_transport_header conversionsArnaldo Carvalho de Melo1-5/+7
2007-04-25[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-6/+7
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-3/+5
2007-04-25[SK_BUFF]: Some more skb_put cases converted to skb_reset_network_headerArnaldo Carvalho de Melo1-2/+3
2007-04-25[IPV4]: cleanupStephen Hemminger1-564/+563
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-41/+41
2006-12-02[IPV6]: Assorted trivial endianness annotations.Al Viro1-1/+1
2006-09-28[IPV4]: ip_icmp_error() annotationsAl Viro1-1/+1
2006-09-28[IPV4]: ip_local_error() annotationsAl Viro1-1/+1
2006-09-28[IPV4]: ip_local_error() ipv4 address argument annotatedAl Viro1-1/+1
2006-08-02[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang1-2/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo1-19/+16
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin1-19/+123
2006-03-20[SECURITY]: TCP/UDP getpeersecCatherine Zhang1-1/+30
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn1-3/+3
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+1
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo1-7/+6
2005-11-08[NET]: kfree cleanupJesper Juhl1-8/+4
2005-08-29[IP]: Introduce ip_options_get_from_userArnaldo Carvalho de Melo1-2/+2
2005-08-29[NET]: Fix sparse warningsArnaldo Carvalho de Melo1-2/+0
2005-08-29[NET]: Export symbols needed by the current DCCP codeArnaldo Carvalho de Melo1-2/+0
2005-08-06[IPSEC]: Restrict socket policy loading to CAP_NET_ADMIN.Herbert Xu1-0/+3
2005-07-08[IPV4]: multicast API "join" issuesDavid L Stevens1-3/+3
2005-06-18[IPV4/IPV6]: Replace spin_lock_irq with spin_lock_bhHerbert Xu1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1093