Commit Graph

815 Commits (0a3fd051c7036ef71b58863f8e5da7c3dabd9d3f)

Author SHA1 Message Date
Patrick McHardy 3c2ad469c3 [NETFILTER]: Clean up table initialization 18 years ago
David S. Miller fc038410b4 [UDP]: Fix AF-specific references in AF-agnostic code. 18 years ago
YOSHIFUJI Hideaki 9a6bf6fe71 [IPV6] ROUTE: Assign rt6i_idev for ip6_{prohibit,blk_hole}_entry. 18 years ago
YOSHIFUJI Hideaki e76b2b2567 [IPV6]: Do no rely on skb->dst before it is assigned. 18 years ago
David L Stevens 5bb1ab09e4 [IPV6]: Send ICMPv6 error on scope violations. 18 years ago
David Sterba 3dde6ad8fc Fix trivial typos in Kconfig* files 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Pavel Emelianov 7562f876cd [NET]: Rework dev_base via list_head (v3) 18 years ago
Alexander E. Patrakov 39f5fb3035 kconfig: fix path to modules.txt in Kconfig help 18 years ago
Eric Sesterhenn d0772b70fa [IPV6]: Fix slab corruption running ip6sic 18 years ago
Stephen Hemminger 5632c5152a [IPV6]: Track device renames in snmp6. 18 years ago
YOSHIFUJI Hideaki ebbd90a730 [IPV6]: Fix thinko in ipv6_rthdr_rcv() changes. 18 years ago
Milind Arun Choudhary 4ef8d0aeaf [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net 18 years ago
YOSHIFUJI Hideaki e1ec7842df [IPV6] NDISC: Unify main process of sending ND messages. 18 years ago
YOSHIFUJI Hideaki c53b3590bb [IPV6] XFRM: Use ip6addr_any where applicable. 18 years ago
YOSHIFUJI Hideaki df8981dc19 [IPV6]: Export in6addr_any for future use. 18 years ago
YOSHIFUJI Hideaki 420fe234ad [IPV6] SIT: Unify code path to get hash array index. 18 years ago
David S. Miller 30041e4af4 [IPV6]: Fix Makefile thinko. 18 years ago
Herbert Xu 7f7d9a6b96 [IPV6]: Consolidate common SNMP code 18 years ago
YOSHIFUJI Hideaki 97fc8d0bc5 [IPV6] SNMP: Use put_unaligned() instead of memcpy(). 18 years ago
YOSHIFUJI Hideaki 952a10be32 [IPV6] SNMP: Fix several warnings without procfs. 18 years ago
YOSHIFUJI Hideaki 2334e97355 [IPV6] SNMP: Avoid unaligned accesses. 18 years ago
Stephen Hemminger 3ff50b7997 [NET]: cleanup extra semicolons 18 years ago
YOSHIFUJI Hideaki 1370b5a59b [IPV6] SNMP: Export statistics via netlink without CONFIG_PROC_FS. 18 years ago
YOSHIFUJI Hideaki 49ed67a9ee [IPV6] SNMP: Move some statistic bits to net/ipv6/proc.c. 18 years ago
YOSHIFUJI Hideaki bf99f1bde3 [IPV6] SNMP: Netlink interface. 18 years ago
John Heffner 628a5c5618 [INET]: Add IP(V6)_PMTUDISC_RPOBE 18 years ago
John Heffner b881ef7603 [IPV6]: MTU discovery check in ip6_fragment() 18 years ago
Patrick McHardy 6313c1e099 [RTNETLINK]: Remove unnecessary locking in dump callbacks 18 years ago
Patrick McHardy af65bdfce9 [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it 18 years ago
Patrick McHardy 3b5018d676 [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloading 18 years ago
Herbert Xu 604763722c [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY 18 years ago
Herbert Xu 663ead3bb8 [NET]: Use csum_start offset instead of skb_transport_header 18 years ago
Patrick McHardy c5c2523893 [XFRM]: Optimize MTU calculation 18 years ago
Patrick McHardy 557922584d [XFRM]: esp: fix skb_tail_pointer conversion bug 18 years ago
YOSHIFUJI Hideaki 29f6af7712 [IPV6] FIB6RULE: Find source address during looking up route. 18 years ago
Arnaldo Carvalho de Melo 27d7ff46a3 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} 18 years ago
Arnaldo Carvalho de Melo d626f62b11 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} 18 years ago
Herbert Xu 35fc92a9de [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE 18 years ago
David S. Miller b3da2cf37c [INET]: Use jhash + random secret for ehash. 18 years ago
Patrick McHardy e6f689db51 [NETFILTER]: Use setup_timer 18 years ago
Patrick McHardy 1b53d9042c [NETFILTER]: Remove changelogs and CVS IDs 18 years ago
Thomas Graf c454673da7 [NET] rules: Unified rules dumping 18 years ago
Thomas Graf c127ea2c45 [IPv6]: Use rtnl registration interface 18 years ago
Arnaldo Carvalho de Melo 6b88dd966b [SK_BUFF] ipv6: Use skb_network_offset in some more places 18 years ago
Arnaldo Carvalho de Melo b529ccf279 [NETLINK]: Introduce nlmsg_hdr() helper 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 18 years ago
Arnaldo Carvalho de Melo b0e380b1d8 [SK_BUFF]: unions of just one member don't get anything done, kill them 18 years ago
Arnaldo Carvalho de Melo cfe1fc7759 [SK_BUFF]: Introduce skb_network_header_len 18 years ago
Arnaldo Carvalho de Melo bff9b61ce3 [SK_BUFF]: Use the helpers to get the layer header pointer 18 years ago