| Commit message (Expand) | Author | Age | Files | Lines |
* | net: prevent setting ttl=0 via IP_TTL | Cong Wang | 2013-01-09 | 1 | -1/+1 |
* | net: Allow userns root to control ipv4 | Eric W. Biederman | 2012-11-19 | 1 | -2/+3 |
* | ipv4: avoid undefined behavior in do_ip_setsockopt() | Xi Wang | 2012-11-11 | 1 | -13/+22 |
* | ipv4: Prepare for change of rt->rt_iif encoding. | David S. Miller | 2012-07-24 | 1 | -3/+2 |
* | ipv4: Create and use fib_compute_spec_dst() helper. | David S. Miller | 2012-06-28 | 1 | -3/+4 |
* | net: IP_MULTICAST_IF setsockopt now recognizes struct mreq | Jiri Pirko | 2012-05-08 | 1 | -4/+9 |
* | net: cleanup unsigned to unsigned int | Eric Dumazet | 2012-04-15 | 1 | -2/+2 |
* | ipv4: fix checkpatch errors | Daniel Baluta | 2012-04-15 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-03-21 | 1 | -0/+37 |
|\ |
|
| * | net: implement IP_RECVTOS for IP_PKTOPTIONS | Jiri Benc | 2012-02-13 | 1 | -0/+4 |
| * | ipv4: Implement IP_UNICAST_IF socket option. | Erich E. Hoover | 2012-02-08 | 1 | -0/+33 |
* | | ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcu | Paul E. McKenney | 2012-02-21 | 1 | -6/+1 |
|/ |
|
* | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-12 | 1 | -3/+3 |
* | ipv4: PKTINFO doesnt need dst reference | Eric Dumazet | 2011-11-09 | 1 | -17/+18 |
* | net: use INET_ECN_MASK instead of hardcoded 3 | Maciej Żenczykowski | 2011-10-22 | 1 | -2/+3 |
* | net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENT | Maciej Żenczykowski | 2011-10-21 | 1 | -1/+1 |
* | ipv4: Fix ip_getsockopt for IP_PKTOPTIONS | Daniel Baluta | 2011-08-08 | 1 | -4/+5 |
* | inet: add RCU protection to inet->opt | Eric Dumazet | 2011-04-28 | 1 | -11/+24 |
* | inet: constify ip headers and in6_addr | Eric Dumazet | 2011-04-22 | 1 | -1/+1 |
* | ipv4: add __rcu annotations to ip_ra_chain | Eric Dumazet | 2010-10-25 | 1 | -3/+7 |
* | ipv4: enable getsockopt() for IP_NODEFRAG | Michael Kerrisk | 2010-09-14 | 1 | -0/+3 |
* | net - IP_NODEFRAG option for IPv4 socket | Jiri Olsa | 2010-06-23 | 1 | -1/+8 |
* | ip: ip_ra_control() rcu fix | Eric Dumazet | 2010-06-11 | 1 | -4/+15 |
* | ip: Router Alert RCU conversion | Eric Dumazet | 2010-06-08 | 1 | -9/+14 |
* | net: ip_queue_rcv_skb() helper | Eric Dumazet | 2010-04-29 | 1 | -0/+16 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 1 | -0/+1 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | ipv4: remove redundant verification code | Hagen Paul Pfeifer | 2010-04-02 | 1 | -4/+0 |
|/ |
|
* | tcp: Generalized TTL Security Mechanism | Stephen Hemminger | 2010-01-12 | 1 | -1/+13 |
* | net: Cleanup redundant tests on unsigned | roel kluin | 2009-10-29 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-10-27 | 1 | -4/+3 |
|\ |
|
| * | net: Fix IP_MULTICAST_IF | Eric Dumazet | 2009-10-20 | 1 | -4/+3 |
* | | IP: Cleanups | John Dykstra | 2009-10-20 | 1 | -1/+1 |
* | | inet: rename some inet_sock fields | Eric Dumazet | 2009-10-19 | 1 | -4/+4 |
|/ |
|
* | net: Make setsockopt() optlen be unsigned. | David S. Miller | 2009-10-01 | 1 | -3/+3 |
* | ipv4: check optlen for IP_MULTICAST_IF option | Shan Wei | 2009-09-25 | 1 | -0/+3 |
* | net: skb->rtable accessor | Eric Dumazet | 2009-06-03 | 1 | -1/+1 |
* | ipv4: New multicast-all socket option | Nivedita Singhvi | 2009-06-02 | 1 | -0/+11 |
* | net: ipv4/ip_sockglue.c cleanups | Eric Dumazet | 2009-06-02 | 1 | -37/+36 |
* | net: ip_sockglue.c add static, annotate ports' endianness | Harvey Harrison | 2008-11-20 | 1 | -2/+2 |
* | TPROXY: implemented IP_RECVORIGDSTADDR socket option | Balazs Scheidler | 2008-11-17 | 1 | -1/+39 |
* | net: clean up net/ipv4/ip_sockglue.c tcp_output.c | Jianjun Kong | 2008-11-03 | 1 | -16/+16 |
* | ipv4: Implement IP_TRANSPARENT socket option | KOVACS Krisztian | 2008-10-01 | 1 | -1/+14 |
* | net: remove CVS keywords | Adrian Bunk | 2008-06-12 | 1 | -2/+0 |
* | net: Add compat support for getsockopt (MCAST_MSFILTER) | David L Stevens | 2008-04-29 | 1 | -1/+8 |
* | ipv4/ipv6 compat: Fix SSM applications on 64bit kernels. | David L Stevens | 2008-04-27 | 1 | -0/+5 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-04-14 | 1 | -1/+1 |
|\ |
|
| * | [IPV4]: Fix byte value boundary check in do_ip_getsockopt(). | David S. Miller | 2008-04-10 | 1 | -1/+1 |
* | | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-25 | 1 | -3/+3 |
* | | [NETNS]: Process IP layer in the context of the correct namespace. | Denis V. Lunev | 2008-03-24 | 1 | -3/+4 |