summaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Use IS_ERR_OR_NULL().YOSHIFUJI Hideaki / 吉藤英明2013-01-221-1/+1
* ipv4: Use FIELD_SIZEOF() in inet_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-101-2/+1Star
* net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman2012-11-191-2/+4
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-191-1/+2
* net: Remove code duplication between offload structuresVlad Yasevich2012-11-151-18/+24
* ipv4: Pull GSO registration out of inet_init()Vlad Yasevich2012-11-151-14/+21
* ipv4: Switch to using the new offload infrastructure.Vlad Yasevich2012-11-151-14/+16
* net: Add net protocol offload registration infrustructureVlad Yasevich2012-11-151-0/+12
* net: Switch to using the new packet offload infrustructureVlad Yasevich2012-11-151-0/+5
* ipv4: Don't add TCP-code in inet_sock_destructChristoph Paasch2012-09-201-2/+0Star
* tcp: fix TFO regressionEric Dumazet2012-09-061-5/+2Star
* tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-09-011-1/+27
* net: tcp: GRO should be ECN friendlyEric Dumazet2012-08-061-2/+2
* net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng2012-07-191-5/+14
* net-tcp: Fast Open client - sending SYN-dataYuchung Cheng2012-07-191-2/+8
* ipv4: Early TCP socket demux.David S. Miller2012-06-201-8/+10
* inet: Sanitize inet{,6} protocol demux.David S. Miller2012-06-201-14/+12Star
* net: Remove casts to same typeJoe Perches2012-06-041-1/+1
* sock: Introduce named constants for sk_reusePavel Emelyanov2012-04-211-1/+1
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-131-0/+2
* net: Convert printks to pr_<level>Joe Perches2012-03-121-14/+11Star
* net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc2012-02-131-0/+1
* per-netns ipv4 sysctl_tcp_memGlauber Costa2011-12-131-0/+2
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+2
* ipv4: reduce percpu needs for icmpmsg mibsEric Dumazet2011-11-091-4/+4
* ipv4: compat_ioctl is local to af_inet.c, make it staticGerrit Renker2011-10-201-1/+1
* net: ipv4: relax AF_INET check in bind()Eric Dumazet2011-08-311-1/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-061-1/+3
|\
| * net: bind() fix error return on wrong address familyMarcus Meissner2011-07-051-1/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-211-0/+1
|\|
| * net: rfs: enable RFS before first data packet is receivedEric Dumazet2011-06-171-0/+1
* | snmp: reduce percpu needs by 50%Eric Dumazet2011-06-121-29/+23Star
|/
* net/ipv4: Check for mistakenly passed in non-IPv4 addressMarcus Meissner2011-06-021-0/+3
* net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov2011-05-131-0/+22
* ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}()David S. Miller2011-05-081-5/+7
* ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-041-1/+2
* ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr().David S. Miller2011-04-291-1/+1
* inet: add RCU protection to inet->optEric Dumazet2011-04-281-5/+12
* ipv4: Sanitize and simplify ip_route_{connect,newports}()David S. Miller2011-04-271-1/+2
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-2/+2
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-131-16/+4Star
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-15/+15
* ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2011-03-011-1/+1
* ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2011-03-011-1/+1
* ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller2011-03-011-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-311-0/+16
|\
| * net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman2011-01-301-0/+16
* | net: change netdev->features to u32Michał Mirosław2011-01-251-1/+1
|/