Age | Commit message (Expand) | Author | Files | Lines |
2010-04-29 | net: ip_queue_rcv_skb() helper | Eric Dumazet | 1 | -0/+16 |
2010-04-12 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2010-04-02 | ipv4: remove redundant verification code | Hagen Paul Pfeifer | 1 | -4/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-01-12 | tcp: Generalized TTL Security Mechanism | Stephen Hemminger | 1 | -1/+13 |
2009-10-29 | net: Cleanup redundant tests on unsigned | roel kluin | 1 | -1/+1 |
2009-10-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+3 |
2009-10-20 | IP: Cleanups | John Dykstra | 1 | -1/+1 |
2009-10-20 | net: Fix IP_MULTICAST_IF | Eric Dumazet | 1 | -4/+3 |
2009-10-19 | inet: rename some inet_sock fields | Eric Dumazet | 1 | -4/+4 |
2009-10-01 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 1 | -3/+3 |
2009-09-25 | ipv4: check optlen for IP_MULTICAST_IF option | Shan Wei | 1 | -0/+3 |
2009-06-03 | net: skb->rtable accessor | Eric Dumazet | 1 | -1/+1 |
2009-06-02 | ipv4: New multicast-all socket option | Nivedita Singhvi | 1 | -0/+11 |
2009-06-02 | net: ipv4/ip_sockglue.c cleanups | Eric Dumazet | 1 | -37/+36 |
2008-11-20 | net: ip_sockglue.c add static, annotate ports' endianness | Harvey Harrison | 1 | -2/+2 |
2008-11-17 | TPROXY: implemented IP_RECVORIGDSTADDR socket option | Balazs Scheidler | 1 | -1/+39 |
2008-11-03 | net: clean up net/ipv4/ip_sockglue.c tcp_output.c | Jianjun Kong | 1 | -16/+16 |
2008-10-01 | ipv4: Implement IP_TRANSPARENT socket option | KOVACS Krisztian | 1 | -1/+14 |
2008-06-12 | net: remove CVS keywords | Adrian Bunk | 1 | -2/+0 |
2008-04-29 | net: Add compat support for getsockopt (MCAST_MSFILTER) | David L Stevens | 1 | -1/+8 |
2008-04-28 | ipv4/ipv6 compat: Fix SSM applications on 64bit kernels. | David L Stevens | 1 | -0/+5 |
2008-04-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2008-04-10 | [IPV4]: Fix byte value boundary check in do_ip_getsockopt(). | David S. Miller | 1 | -1/+1 |
2008-03-25 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -3/+3 |
2008-03-25 | [NETNS]: Process IP layer in the context of the correct namespace. | Denis V. Lunev | 1 | -3/+4 |
2008-03-25 | [NETNS]: Add namespace parameter to ip_cmsg_send. | Denis V. Lunev | 1 | -2/+2 |
2008-03-25 | [NETNS]: Add namespace parameter to ip_options_get(...). | Denis V. Lunev | 1 | -2/+2 |
2008-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 1 | -1/+1 |
2008-03-18 | [NET] endianness noise: INADDR_ANY | Al Viro | 1 | -1/+1 |
2008-03-06 | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts | Eric Dumazet | 1 | -1/+1 |
2008-02-13 | [IPV4]: Remove IP_TOS setting privilege checks. | David S. Miller | 1 | -5/+0 |
2008-01-29 | [NETNS]: Add namespace parameter to ip_dev_find. | Denis V. Lunev | 1 | -1/+1 |
2007-11-07 | [IPV4]: Clean the ip_sockglue.c from some ugly ifdefs | Pavel Emelyanov | 1 | -27/+12 |
2007-10-11 | [NET]: sparse warning fixes | Stephen Hemminger | 1 | -3/+3 |
2007-10-11 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 1 | -1/+1 |
2007-08-27 | [NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionless | Flavio Leitner | 1 | -0/+4 |
2007-04-26 | [INET]: Add IP(V6)_PMTUDISC_RPOBE | John Heffner | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: More skb_reset_transport_header conversions | Arnaldo Carvalho de Melo | 1 | -5/+7 |
2007-04-26 | [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2007-04-26 | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 1 | -6/+7 |
2007-04-26 | [SK_BUFF]: Introduce skb_network_header() | Arnaldo Carvalho de Melo | 1 | -3/+5 |
2007-04-26 | [SK_BUFF]: Some more skb_put cases converted to skb_reset_network_header | Arnaldo Carvalho de Melo | 1 | -2/+3 |
2007-04-26 | [IPV4]: cleanup | Stephen Hemminger | 1 | -564/+563 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
2007-02-11 | [NET] IPV4: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -41/+41 |
2006-12-03 | [IPV6]: Assorted trivial endianness annotations. | Al Viro | 1 | -1/+1 |
2006-09-29 | [IPV4]: ip_icmp_error() annotations | Al Viro | 1 | -1/+1 |
2006-09-29 | [IPV4]: ip_local_error() annotations | Al Viro | 1 | -1/+1 |