Commit Graph

6801 Commits (0a3e78ac2c555441f5bc00588070058533bc8d6b)

Author SHA1 Message Date
Daniel Lezcano 0a3e78ac2c [IPV6]: make flowlabel to return an error 17 years ago
Pavel Emelyanov 51602b2a5e [IPV4]: Cleanup sysctl manipulations in devinet.c 17 years ago
Pavel Emelyanov 95c9382a34 [INET]: Use BUILD_BUG_ON in inet_timewait_sock.c checks 17 years ago
Pavel Emelyanov 1f9e636ea2 [TCP]: Use BUILD_BUG_ON for tcp_skb_cb size checking 17 years ago
Eric Dumazet ea72912c88 [NETLINK]: kzalloc() conversion 17 years ago
Eric Dumazet 64b7d96167 [NET]: dst_ifdown() cleanup 17 years ago
Herbert Xu 005011211f [IPSEC]: Add xfrm_input_state helper 17 years ago
Gerrit Renker 385ac2e3f2 [CCID3]: HC-receiver should not insert timestamps as HC-sender doesn't uses it 17 years ago
Gerrit Renker 797eba424d [TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore 17 years ago
Gerrit Renker 78282d2af5 [TFRC]: Move comment. 17 years ago
YOSHIFUJI Hideaki c69bce20dd [NET]: Remove unused "mibalign" argument for snmp_mib_init(). 17 years ago
Denis V. Lunev 971b893e79 [IPV4]: last default route is a fib table property 17 years ago
Denis V. Lunev a2bbe6822f [IPV4]: Unify assignment of fi to fib_result 17 years ago
Denis V. Lunev c17860a039 [IPV4]: no need pass pointer to a default into fib_detect_death 17 years ago
Daniel Lezcano 7e5449c215 [IPV6]: route6 remove ifdef for fib_rules 17 years ago
Daniel Lezcano c35b7e72cd [IPV6]: remove ifdef in route6 for xfrm6 17 years ago
Daniel Lezcano 75314fb383 [IPV6]: create route6 proc init-fini functions 17 years ago
Pavel Emelyanov b8e1f9b5c3 [NET] sysctl: make sysctl_somaxconn per-namespace 17 years ago
Pavel Emelyanov 790a353289 [NET] sysctl: prepare core tables to point to netns variables 17 years ago
Pavel Emelyanov 024626e36d [NET] sysctl: make the sys.net.core sysctls per-namespace 17 years ago
Denis Cheng b5e78337b5 [IUCV]: use LIST_HEAD instead of LIST_HEAD_INIT 17 years ago
Denis Cheng df01812eba [XFRM] net/xfrm/xfrm_state.c: use LIST_HEAD instead of LIST_HEAD_INIT 17 years ago
Denis Cheng 0e3cf7e916 [X25]: use LIST_HEAD instead of LIST_HEAD_INIT 17 years ago
Denis Cheng 14d0e7b74e [LAPB] net/lapb/lapb_iface.c: use LIST_HEAD instead of LIST_HEAD_INIT 17 years ago
Denis Cheng 1596c97aa8 [IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INIT 17 years ago
Denis Cheng 3b5b34fd2b [NET] net/core/dev.c: use LIST_HEAD instead of LIST_HEAD_INIT 17 years ago
Eric W. Biederman 877a9bff38 [IPV4]: Move trie_local and trie_main into the proc iterator. 17 years ago
Eric W. Biederman bb80317586 [IPV4]: Remove ip_fib_local_table and ip_fib_main_table defines. 17 years ago
Daniel Lezcano f845ab6b7d [IPV6] route6/fib6: Don't panic a kmem_cache_create. 17 years ago
Daniel Lezcano e2fddf5e96 [IPV6]: Make af_inet6 to check ip6_route_init return value. 17 years ago
Daniel Lezcano 433d49c3bb [IPV6]: Make ip6_route_init to return an error code. 17 years ago
Daniel Lezcano 9eb87f3f7e [IPV6]: Make fib6_rules_init to return an error code. 17 years ago
Daniel Lezcano 0013cabab3 [IPV6]: Make xfrm6_init to return an error code. 17 years ago
Daniel Lezcano d63bddbe90 [IPV6]: Make fib6_init to return an error code. 17 years ago
Denis V. Lunev 5a3e55d68e [NET]: Multiple namespaces in the all dst_ifdown routines. 17 years ago
Arnaldo Carvalho de Melo b84a2189c4 [TFRC]: New rx history code 17 years ago
Gerrit Renker 30a0eacd47 [CCID3]: The receiver of a half-connection does not set window counter values 17 years ago
Arnaldo Carvalho de Melo d58d1af03a [TFRC]: Rename dccp_rx_ to tfrc_rx_ 17 years ago
Arnaldo Carvalho de Melo 34a9e7ea91 [TFRC]: Make the rx history slab be global 17 years ago
Arnaldo Carvalho de Melo e9c8b24a6a [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistency 17 years ago
Gerrit Renker 2180c41ca5 [DCCP]: Introduce generic function to test for `data packets' 17 years ago
Gerrit Renker c40616c597 [TFRC]: Provide central source file and debug facility 17 years ago
Pavel Emelyanov f8b33fdfaf [ARP]: Consolidate some code in arp_req_set/delete_publc 17 years ago
Pavel Emelyanov 46479b4329 [ARP]: Minus one level of ndentation in arp_req_delete 17 years ago
Pavel Emelyanov 43dc170117 [ARP]: Minus one level of indentation in arp_req_set 17 years ago
Pavel Emelyanov 1ff1cc202e [IPV4] ROUTE: Convert rt_hash_lock_init() macro into function 17 years ago
Pavel Emelyanov 107f163428 [IPV4] ROUTE: Clean up proc files creation. 17 years ago
Pavel Emelyanov 78c686e9fa [IPV4] ROUTE: Collect proc-related functions together 17 years ago
Herbert Xu a59322be07 [UDP]: Only increment counter on first peek/recv 17 years ago
Herbert Xu 1781f7f580 [UDP]: Restore missing inDatagrams increments 17 years ago