aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/af_inet.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: use a stronger hash for tcpEric Dumazet2013-03-061-2/+7
* ipv4: compat_ioctl is local to af_inet.c, make it staticGerrit Renker2011-10-191-1/+1
* net: ipv4: relax AF_INET check in bind()Eric Dumazet2011-08-301-1/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-051-1/+3
|\
| * net: bind() fix error return on wrong address familyMarcus Meissner2011-07-041-1/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-201-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-111-29/+23
|/
* net/ipv4: Check for mistakenly passed in non-IPv4 addressMarcus Meissner2011-06-011-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-031-1/+2
* ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr().David S. Miller2011-04-281-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-121-16/+4
* 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-241-1/+1
|/
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-13/+5
* net: build_ehash_secret() and rt_bind_peer() cleanupsEric Dumazet2010-08-201-5/+3
* inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao2010-07-121-6/+9
* snmp: 64bit ipstats_mib for all archesEric Dumazet2010-06-301-0/+36
* snmp: add align parameter to snmp_mib_init()Eric Dumazet2010-06-251-10/+17
* net - IP_NODEFRAG option for IPv4 socketJiri Olsa2010-06-231-0/+2
* net-next: remove useless union keywordChangli Gao2010-06-101-2/+2
* net: reserve ports for applications using fixed port numbersAmerigo Wang2010-05-151-1/+7
* net: Make RFS socket operations not be inet specific.David S. Miller2010-04-271-4/+4
* net: Fix various endianness glitchesEric Dumazet2010-04-201-4/+4
* net: sk_sleep() helperEric Dumazet2010-04-201-3/+3
* rfs: Receive Flow SteeringTom Herbert2010-04-161-4/+25
* net: sk_dst_cache RCUificationEric Dumazet2010-04-131-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-061-0/+5
| |\
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-061-0/+5
|\ \ \ | | |/ | |/|
| * | net: check the length of the socket address passed to connect(2)Changli Gao2010-04-011-0/+5
| |/
* | net: snmp mib cleanupEric Dumazet2010-03-211-2/+2
|/
* percpu: add __percpu sparse annotations to netTejun Heo2010-02-161-23/+23
* net: check kern before calling security subsystemEric Paris2009-11-051-1/+1
* net: pass kern to net_proto_family create functionEric Paris2009-11-051-1/+2
* net: drop capability from protocol definitionsEric Paris2009-11-051-4/+1
* net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build timeCyrill Gorcunov2009-10-291-1/+1
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-31/+31
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1