Commit Graph

2132 Commits (014b15be30c04622d130946ab7c0a9101b523a8a)

Author SHA1 Message Date
Denis Cheng 1596c97aa8 [IPV4] net/ipv4/cipso_ipv4.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
Denis V. Lunev 5a3e55d68e [NET]: Multiple namespaces in the all dst_ifdown routines. 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
Herbert Xu 27ab256864 [UDP]: Avoid repeated counting of checksum errors due to peeking 17 years ago
Pavel Emelyanov 68dd299bc8 [INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwarding 17 years ago
Pavel Emelyanov 3e37c3f997 [IPV4]: Use ctl paths to register net/ipv4/ table 17 years ago
Pavel Emelyanov 9ba6397976 [IPV4]: Cleanup the sysctl_net_ipv4.c file 17 years ago
Patrick McHardy 4b3d15ef4a [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict 17 years ago
Patrick McHardy 02f014d888 [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info 17 years ago
Patrick McHardy 9521409265 [NETFILTER]: ip_queue: deobfuscate entry lookups 17 years ago
Patrick McHardy 0ac41e8146 [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry 17 years ago
Patrick McHardy c01cd429fc [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header 17 years ago
Patrick McHardy f9d8928f83 [NETFILTER]: nf_queue: remove unused data pointer 17 years ago
Patrick McHardy e3ac529815 [NETFILTER]: nf_queue: make queue_handler const 17 years ago
Patrick McHardy 1999414a4e [NETFILTER]: Mark hooks __read_mostly 17 years ago
Patrick McHardy 41c5b31703 [NETFILTER]: Use nf_register_hooks for multiple registrations 17 years ago
Patrick McHardy 279c2c74b6 [NETFILTER]: nf_conntrack_proto_icmp: kill extern declaration in .c file 17 years ago
Patrick McHardy 1841a4c7ae [NETFILTER]: nf_ct_h323: remove ipv6 module dependency 17 years ago
Maciej Soltysiak 17dfc93f6d [NETFILTER]: {ip,ip6}t_LOG: log GID 17 years ago
Patrick McHardy cb76c6a597 [NETFILTER]: ip_tables: remove obsolete SAME target 17 years ago
Jan Engelhardt c9fd496809 [NETFILTER]: Merge ipt_TOS into xt_DSCP 17 years ago
Jan Engelhardt c3b33e6a2c [NETFILTER]: Merge ipt_tos into xt_dscp 17 years ago
Jan Engelhardt 4c37799ccf [NETFILTER]: Use lowercase names for matches in Kconfig 17 years ago
Laszlo Attila Toth e2cf5ecbea [NETFILTER]: ipt_addrtype: limit address type checking to an interface 17 years ago
Laszlo Attila Toth 0553811612 [IPV4]: Add inet_dev_addr_type() 17 years ago
Jan Engelhardt 0265ab44ba [NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner 17 years ago
Patrick McHardy 9e67d5a739 [NETFILTER]: x_tables: remove obsolete overflow check 17 years ago
Eric Dumazet 259d4e41f3 [NETFILTER]: x_tables: struct xt_table_info diet 17 years ago
Jan Engelhardt d3c5ee6d54 [NETFILTER]: x_tables: consistent and unique symbol names 17 years ago
Li Zefan 4c61097957 [NETFILTER]: replace list_for_each with list_for_each_entry 17 years ago
Herbert Xu 2fcb45b6b8 [IPSEC]: Use the correct family for input state lookup 17 years ago
Wang Chen bbca17680f [UDP]: Counter increment should be in USER mode for recvmsg 17 years ago
Wang Chen b2bf1e2659 [UDP]: Clean up for IS_UDPLITE macro 17 years ago
Wang Chen cb75994ec3 [UDP]: Defer InDataGrams increment until recvmsg() does checksum 17 years ago
Ilpo Järvinen 6859d49475 [TCP]: Abstract tp->highest_sack accessing & point to next skb 17 years ago
Ilpo Järvinen 7201883599 [TCP]: Cleanup local variables of clean_rtx_queue 17 years ago
Ilpo Järvinen ea60658cde [TCP]: Add unlikely() to urgent handling in clean_rtx_queue 17 years ago
Ilpo Järvinen 89d478f7f2 [TCP]: Remove duplicated code block from clean_rtx_queue 17 years ago
Ilpo Järvinen 234b686070 [TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probe 17 years ago
Ilpo Järvinen d67c58e9ae [TCP]: Remove local variable and use packets_in_flight directly 17 years ago
Ilpo Järvinen 50c4817e99 [TCP]: MTUprobe: prepare skb fields earlier 17 years ago