nfsd: nfsd should drop CAP_MKNOD for non-root
[safe/jmp/linux-2.6] / net / ipv4 / af_inet.c
2008-12-26 Alexey Dobriyannetns: igmp: allow IPPROTO_IGMP sockets in netns
2008-12-16 Herbert Xutcp: Add GRO support
2008-12-16 Herbert Xuipv4: Add GRO infrastructure
2008-11-23 Eric Dumazetnet: some optimizations in af_inet
2008-11-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-20 Balazs ScheidlerTPROXY: supply a struct flowi->flags argument in inet_s...
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/ipv4/ net/ipv6/
2008-10-01 Tóth László Attilaipv4: Allow binding to non-local addresses if IP_TRANSP...
2008-07-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-27 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-07-27 Al Viro[PATCH] sysctl: make sure that /proc/sys/net/ipv4 appea...
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-07-25 Paul E. McKenneylist_for_each_rcu must die: networking
2008-07-18 Pavel Emelyanovipv4: clean the init_ipv4_mibs error paths
2008-07-18 Pavel Emelyanovmib: put icmpmsg statistics on struct net
2008-07-18 Pavel Emelyanovmib: put icmp statistics on struct net
2008-07-18 Pavel Emelyanovmib: put udplite statistics on struct net
2008-07-18 Pavel Emelyanovmib: put udp statistics on struct net
2008-07-18 Pavel Emelyanovmib: put net statistics on struct net
2008-07-18 Pavel Emelyanovmib: put ip statistics on struct net
2008-07-18 Pavel Emelyanovmib: put tcp statistics on struct net
2008-07-18 Pavel Emelyanovipv4: add pernet mib operations
2008-07-17 Pavel Emelyanovtcp: add net to tcp_mib_init
2008-07-03 Wang Chenipv4: Do cleanup for ip_mr_init
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-04-29 Hirofumi NakagawaRemove duplicated unlikely() in IS_ERR()
2008-04-14 YOSHIFUJI Hideaki[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
2008-04-03 Denis V. Lunev[INET]: uc_ttl assignment in inet_ctl_sock_create is...
2008-04-03 Denis V. Lunev[NETNS]: Inet control socket should not hold a namespace.
2008-04-03 Denis V. Lunev[INET]: Let inet_ctl_sock_create return sock rather...
2008-04-03 Denis V. Lunev[INET]: Rename inet_csk_ctl_sock_create to inet_ctl_soc...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-24 Denis V. Lunev[NETNS]: Enable TCP/UDP/ICMP inside namespace.
2008-03-24 Denis V. Lunev[NETNS]: Allow to create sockets in non-initial namespace.
2008-03-24 Denis V. Lunev[NETNS]: Process INET socket layer in the correct names...
2008-03-18 David S. MillerMerge branch 'master' of git://git./linux/kernel/git...
2008-03-18 Al Viro[NET] endianness noise: INADDR_ANY
2008-03-07 David S. Miller[UDP]: Revert udplite and code split.
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-03-04 YOSHIFUJI Hideaki[UDP]: Allow users to configure UDP-Lite.
2008-02-29 Denis V. Lunev[ICMP]: Add return code to icmp_init.
2008-02-29 Denis V. Lunev[INET]: Remove struct net_proto_family* from _init...
2008-02-29 Denis V. Lunev[NETNS]: Process devinet ioctl in the correct namespace.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_flow.
2008-01-28 Denis V. Lunev[NETNS]: Pass namespace through ip_rt_ioctl.
2008-01-28 Eric W. Biederman[NETNS]: Add netns parameter to inet_(dev_)add_type.
2008-01-28 Denis V. Lunev[NETNS]: Refactor fib initialization so it can handle...
2008-01-28 Denis V. Lunev[NETNS]: Add namespace to API for routing /proc entries...
2008-01-28 Hideo Aoki[UDP]: Add memory accounting.
2008-01-28 Pavel Emelyanov[IPV4]: Pass the net pointer to the arp_req_set_proxy()
2008-01-28 Herbert Xu[IPSEC]: Add ICMP host relookup support
2008-01-28 YOSHIFUJI Hideaki[NET]: Remove unused "mibalign" argument for snmp_mib_i...
2008-01-28 Pavel Emelyanov[IPV4]: Cleanup the sysctl_net_ipv4.c file
2008-01-28 Jens Axboe[TCP]: Splice receive support.
2007-11-01 Pavel Emelyanov[NET]: Forget the zero_it argument of sk_alloc()
2007-10-10 David L Stevens[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
2007-10-10 Denis Cheng[IPV4] af_inet.c: use ARRAY_SIZE macro from kernel...
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-08-03 David S. Miller[TCP]: Invoke tcp_sendmsg() directly, do not use inet_s...
2007-07-11 Stephen Hemminger[NET]: IPV6 checksum offloading in network devices
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-04-26 Herbert Xu[IPV4]: Consolidate common SNMP code
2007-04-26 YOSHIFUJI Hideaki[IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c.
2007-04-26 Eric Dumazet[NET]: inet_ehash_secret should be __read_mostly and...
2007-04-26 David S. Miller[INET]: Use jhash + random secret for ehash.
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Stephen Hemminger[IPV4]: cleanup
2007-04-26 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-02-08 David S. Miller[IPV4/IPV6]: Always wait for IPSEC SA resolution in...
2007-01-09 Paul Moore[INET]: style updates for the inet_sock->is_icsk assign...
2007-01-09 Paul Moore[INET]: Fix incorrect "inet_sock->is_icsk" assignment.
2006-12-03 Al Viro[IPV6]: Assorted trivial endianness annotations.
2006-12-03 Gerrit Renker[NET]: Supporting UDP-Lite (RFC 3828) in Linux
2006-12-03 Eric Dumazet[NET]: Size listen hash tables using backlog hint
2006-09-29 Al Viro[IPV4]: struct ip_options annotations
2006-09-29 Olaf Kirch[IPV4]: Fix order in inet_init failure path.
2006-09-29 Al Viro[IPV4]: ip_route_connect() ipv4 address arguments annotated
2006-09-22 YOSHIFUJI Hideaki[NET]: Use BUILD_BUG_ON() for checking size of skb...
2006-09-22 Brian Haley[NET/IPV4/IPV6]: Change some sysctl variables to __read...
2006-09-22 Dave Jones[NET]: Remove unnecessary config.h includes from net/
2006-09-22 Venkat Yekkirala[MLSXFRM]: Add flow labeling
2006-07-08 Herbert Xu[NET] gso: Fix up GSO packets with broken checksums
2006-07-04 Herbert Xu[NET]: Verify gso_type too in gso_segment
2006-06-29 Herbert Xu[NET]: Added GSO header verification
2006-06-23 Herbert Xu[NET]: Add software TSOv4
2006-04-30 Heiko Carstens[IPV4]: inet_init() -> fs_initcall
2006-03-21 Arnaldo Carvalho... [NET]: Identation & other cleanups related to compat_...
2006-03-21 Dmitry Mishin[NET]: {get|set}sockopt compatibility layer
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-03 Christoph Hellwig[NET]: Add a dev_ioctl() fallback to sock_ioctl()
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
2006-01-03 Eric Dumazet[NET]: move struct proto_ops to const
2006-01-03 Arnaldo Carvalho... [IP_SOCKGLUE]: Remove most of the tcp specific calls
2005-12-03 Herbert Xu[IPV4] Fix EPROTONOSUPPORT error in inet_create
2005-11-08 Jesper Juhl[NET]: kfree cleanup
2005-09-09 Stephen Hemminger[IPV4] fib_trie: fix proc interface
2005-08-29 Eric Dumazet[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_...
next