Commit Graph

1459 Commits (e51171019bb0e1f9fb57c25bd2e38ce652eaea27)

Author SHA1 Message Date
Rami Rosen 071f92d059 net: The world is not perfect patch. 17 years ago
Herbert Xu 1ac06e0306 ipsec: Use the correct ip_local_out function 17 years ago
YOSHIFUJI Hideaki 6f704992d3 ipv6 addrconf: Allow infinite prefix lifetime. 17 years ago
YOSHIFUJI Hideaki 69cdf8f92a ipv6 route: Fix lifetime in netlink. 17 years ago
YOSHIFUJI Hideaki a3264435b4 ipv6 addrconf: Fix route lifetime setting in corner case. 17 years ago
YOSHIFUJI Hideaki 0686caa35e ndisc: Add missing strategies for per-device retrans timer/reachable time settings. 17 years ago
Johannes Berg f5184d267c net: Allow netdevices to specify needed head/tailroom 17 years ago
David S. Miller 36ca34cc3b sit: Add missing kfree_skb() on pskb_may_pull() failure. 17 years ago
Satoru SATOH 5ffc02a158 ip: Use inline function dst_metric() instead of direct access to dst->metric[] 17 years ago
Daniel Lezcano 4ac2ccd016 netns: Fix reassembly timer to use the right namespace 17 years ago
Denis V. Lunev 0bb53a66fe ipv6: assign PDE->data before gluing PDE into /proc tree 17 years ago
Pavel Emelyanov 8099179031 ipv6: Compilation fix for compat MCAST_MSFILTER sockopts. 17 years ago
David L Stevens 42908c69f6 net: Add compat support for getsockopt (MCAST_MSFILTER) 17 years ago
Arnaud Ebalard 9a732ed6d0 netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets 17 years ago
David L Stevens dae5029548 ipv4/ipv6 compat: Fix SSM applications on 64bit kernels. 17 years ago
David S. Miller 5c5d6dabb7 Revert "ipv6: Fix typo in net/ipv6/Kconfig" 17 years ago
Al Viro ec6b486fa9 ipv6: result of csum_fold() is already 16bit, no need to cast 17 years ago
Michael Beasley 5b3f129c55 ipv6: Fix typo in net/ipv6/Kconfig 17 years ago
YOSHIFUJI Hideaki 1a98d05f59 ipv6 RAW: Disallow IPPROTO_IPV6-level IPV6_CHECKSUM socket option on ICMPv6 sockets. 17 years ago
Pavel Emelyanov 92998dd495 [NETNS]: Remove empty ->init callback. 17 years ago
Pavel Emelyanov 633d424bf3 [NETNS]: Don't initialize err variable twice. 17 years ago
Pavel Emelyanov 2aed2827df [NETNS]: The ip6_fib_timer can work with garbage on net namespace stop. 17 years ago
Adrian Bunk 280a34c87f [IPV6]: Make struct ip6_prohibit_entry_template static. 17 years ago
Matthew Wilcox 5f090dcb4d net: Remove unnecessary inclusions of asm/semaphore.h 17 years ago
David S. Miller 3c051235a7 [IPV6]: Fix dangling references on error in fib6_add(). 17 years ago
Pavel Emelyanov e56d8b8a2e [INET]: Drop the inet_inherit_port() call. 17 years ago
Denis V. Lunev 48115becf6 [NETNS]: Add netns refcnt debug for dst ops. 17 years ago
Pavel Emelyanov 554eb27782 [IP6TUNNEL]: Allow to create IP6 tunnels in net namespaces. 17 years ago
Pavel Emelyanov 2f7f54b725 [IP6TUNNEL]: Use proper net instead of init_net stubs. 17 years ago
Pavel Emelyanov 3e6c9fb5f5 [IP6TUNNEL]: Make tunnels hashes per-net. 17 years ago
Pavel Emelyanov 15820e1290 [IP6TUNNEL]: Make the fallback tunnel device per-net. 17 years ago
Pavel Emelyanov 8704ca7e91 [IP6TUNNEL]: Use proper net in hash-lookup functions. 17 years ago
Pavel Emelyanov 2dd02c897d [IP6TUNNEL]: Add (ip6_tnl_)net argument to some calls. 17 years ago
Pavel Emelyanov 13eeb8e92c [IP6TUNNEL]: Introduce empty ip6_tnl_net structure and net ops. 17 years ago
Pavel Emelyanov 7a97146cc6 [SIT]: Allow to create SIT tunnels in net namespaces. 17 years ago
Pavel Emelyanov 907a08c402 [SIT]: Use proper net in routing calls. 17 years ago
Pavel Emelyanov 291821766b [SIT]: Make tunnels hashes per-net. 17 years ago
Pavel Emelyanov cd3dbc194d [SIT]: Make the fallback tunnel device per-net 17 years ago
Pavel Emelyanov fcee5ec9fd [SIT]: Use proper net in hash-lookup functions. 17 years ago
Pavel Emelyanov ca8def1483 [SIT]: Add net/sit_net argument to some functions. 17 years ago
Pavel Emelyanov 8190d9009a [SIT]: Introduce empty struct sit_net and init/exit net ops. 17 years ago
Pavel Emelyanov 7477fd2e6b [SOCK]: Add some notes about per-bind-bucket sock lookup. 17 years ago
Jan Engelhardt 3c9fba656a [NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function call 17 years ago
Jan Engelhardt 09f263cd39 [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4proto 17 years ago
Jan Engelhardt 8ce8439a31 [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3proto 17 years ago
Patrick McHardy d63a650736 [NETFILTER]: Add partial checksum validation helper 17 years ago
Patrick McHardy 544473c166 [NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES size 17 years ago
Jan Engelhardt 58c0fb0ddd [NETFILTER]: annotate rest of nf_conntrack_* with const 17 years ago
Jan Engelhardt 5452e425ad [NETFILTER]: annotate {arp,ip,ip6,x}tables with const 17 years ago
Jan Engelhardt 3cf93c96af [NETFILTER]: annotate xtables targets with const and remove casts 17 years ago