Commit Graph

78787 Commits (ac82fab44f6b981e3f6b53784e2f23838f4908e1)
 

Author SHA1 Message Date
Denis V. Lunev 2db82b534b [NETNS]: Make arp code network namespace consistent. 17 years ago
Denis V. Lunev a79878f00d [ARP]: Move inet_addr_type call after simple error checks in arp_contructor. 17 years ago
Pavel Emelyanov a308da1627 [NETNS][RAW]: Create the /proc/net/raw(6) in each namespace. 17 years ago
Pavel Emelyanov e5ba31f11f [NETNS][RAW]: Eliminate explicit init_net references. 17 years ago
Pavel Emelyanov f51d599fbe [NETNS][RAW]: Make /proc/net/raw(6) show per-namespace socket list. 17 years ago
Pavel Emelyanov be185884b3 [NETNS][RAW]: Make ipv[46] raw sockets lookup namespaces aware. 17 years ago
Eric Dumazet 8d96544475 [FIB]: full_children & empty_children should be uint, not ushort 17 years ago
Eric Dumazet f16f3026db [AX25]: sparse cleanups 17 years ago
Eric Dumazet 6bf1574ee3 [X25]: Avoid divides and sparse warnings 17 years ago
Eric Dumazet 4dde4610c4 [IPV4] fib_trie: removes a memset() call in tnode_new() 17 years ago
David S. Miller 88ebc72f68 [IPV4] FIB: Include nexthop device indexes in fib_info hashfn. 17 years ago
David S. Miller 3f4afb6443 [XFRM]: Fix struct xfrm_algo code formatting. 17 years ago
Eric Dumazet ba749ae98d [XFRM]: alg_key_len should be unsigned to avoid integer divides 17 years ago
Ilpo Järvinen d88c305a03 [PKT_SCHED] HTB: htb_classid is dead static inline 17 years ago
Ilpo Järvinen 8519660b98 [NET] core/utils.c: digit2bin is dead static inline 17 years ago
Eric Dumazet 112d8cfcbf [FIB]: Reduce text size of net/ipv4/fib_trie.o 17 years ago
Ilpo Järvinen b9aed45507 [NETFILTER] xt_policy.c: kill some bloat 17 years ago
Stephen Hemminger c95aaf9af5 [IPV4] fib_trie: Fix sparse warnings. 17 years ago
Stephen Hemminger 66a2f7fd2f [IPV4] fib_trie: Add statistics. 17 years ago
Stephen Hemminger a6db901092 [IPV4] FIB: printk related cleanups 17 years ago
Stephen Hemminger fea86ad812 [IPV4] fib_trie: fib_insert_node cleanup 17 years ago
Stephen Hemminger 187b5188a7 [IPV4] fib_trie: Use %u for unsigned printfs. 17 years ago
Stephen Hemminger 93e4308b3b [IPV4] fib_trie: Get rid of unused revision element. 17 years ago
Stephen Hemminger c28a1cf448 [IPV4] fib_trie: Get rid of trie_init(). 17 years ago
Ilpo Järvinen 6db105db95 [PKTGEN]: uninline getCurUs 17 years ago
Ilpo Järvinen 56e252c748 [PKTGEN]: Kill dead static inlines 17 years ago
Ilpo Järvinen 3f25252675 [NETLINK] af_netlink: kill some bloat 17 years ago
Ilpo Järvinen 50eb431d6e [IPV6] route: kill some bloat 17 years ago
Ilpo Järvinen 1486cbd777 [XFRM] xfrm_policy: kill some bloat 17 years ago
Ilpo Järvinen cea14e0ed6 [TCP]: Uninline tcp_is_cwnd_limited 17 years ago
Ilpo Järvinen 490d504693 [TCP]: Uninline tcp_set_state 17 years ago
Daniel Lezcano 389f661224 [NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace aware 17 years ago
Daniel Lezcano 1cab3da6be [NETNS][IPV6]: inet6_addr - ipv6_get_ifaddr namespace aware 17 years ago
Daniel Lezcano 06bfe655e7 [NETNS][IPV6]: inet6_addr - ipv6_chk_same_addr namespace aware 17 years ago
Daniel Lezcano bfeade0870 [NETNS][IPV6]: inet6_addr - check ipv6 address per namespace 17 years ago
Daniel Lezcano 3c40090a0f [NETNS][IPV6]: inet6_addr - isolate inet6 addresses from proc file 17 years ago
Pavel Emelyanov 39971554d3 [NEIGH]: Add a comment describing what a NUD stands for. 17 years ago
David S. Miller 9993e7d313 [TCP]: Do not purge sk_forward_alloc entirely in tcp_delack_timer(). 17 years ago
Pavel Emelyanov e186932b3d [NETNS]: Use the per-net ipv6_devconf(_all) in sysctl handlers 17 years ago
Pavel Emelyanov 441fc2a239 [NETNS]: Use the per-net ipv6_devconf_dflt 17 years ago
Pavel Emelyanov e0da5a480c [NETNS]: Create ipv6 devconf-s for namespaces 17 years ago
Pavel Emelyanov bff16c2f99 [NETNS]: Make the ctl-tables per-namespace 17 years ago
Pavel Emelyanov 9589731220 [NETNS]: Make the __addrconf_sysctl_register return an error 17 years ago
Pavel Emelyanov 408c4768cd [NETNS]: Clean out the ipv6-related sysctls creation/destruction 17 years ago
Denis V. Lunev 4250846146 [NEIGH]: Make /proc/net/arp opening consistent with seq_net_open semantics 17 years ago
Denis V. Lunev ae22120ad8 [ATM]: Simplify /proc/net/atm/arp opening 17 years ago
Denis V. Lunev e5d69b9f4a [ATM]: Oops reading net/atm/arp 17 years ago
Denis V. Lunev 8cced9eff1 [NETNS]: Enable routing configuration in non-initial namespace. 17 years ago
Denis V. Lunev 226b0b4a51 [NETNS]: Replace init_net with the correct context in fib_frontend.c 17 years ago
Denis V. Lunev 1bad118a33 [NETNS]: Pass namespace through ip_rt_ioctl. 17 years ago