.. |
ila
|
97a6ec4ac0
rhashtable: Change rhashtable_walk_start to return void
|
7 years ago |
netfilter
|
23715275e4
netfilter: ip6t_MASQUERADE: add dependency on conntrack module
|
7 years ago |
Kconfig
|
d7a669dd2f
ipv6: sr: add helper functions for seg6local
|
8 years ago |
Makefile
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
8 years ago |
addrconf.c
|
a3fde2addd
rtnetlink: ipv6: convert remaining users to rtnl_register_module
|
7 years ago |
addrconf_core.c
|
ff7883ea60
net: ipv6: Make inet6addr_validator a blocking notifier
|
8 years ago |
addrlabel.c
|
a3fde2addd
rtnetlink: ipv6: convert remaining users to rtnl_register_module
|
7 years ago |
af_inet6.c
|
513674b5a2
net: reevalulate autoflowlabel setting after sysctl setting
|
7 years ago |
ah6.c
|
5bbcc0f595
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
7 years ago |
anycast.c
|
affa78bc6a
net, ipv6: convert ifacaddr6.aca_refcnt from atomic_t to refcount_t
|
8 years ago |
calipso.c
|
edcd9270be
net, calipso: convert calipso_doi.refcount from atomic_t to refcount_t
|
8 years ago |
datagram.c
|
41c6d650f6
net: convert sock.sk_refcnt from atomic_t to refcount_t
|
8 years ago |
esp6.c
|
5bbcc0f595
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
7 years ago |
esp6_offload.c
|
6026e043d0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 years ago |
exthdrs.c
|
47d3d7ac65
ipv6: Implement limits on Hop-by-Hop and Destination options
|
7 years ago |
exthdrs_core.c
|
380537b4f7
net: ipv6: remove unused code in ipv6_find_hdr()
|
8 years ago |
exthdrs_offload.c
|
e41b0bedba
ipv6: fix exthdrs offload registration in out_rt path
|
10 years ago |
fib6_notifier.c
|
864150dfa3
net: Add module reference to FIB notifiers
|
8 years ago |
fib6_rules.c
|
feca7d8c13
net: ipv6: avoid overhead when no custom FIB rules are installed
|
8 years ago |
fou6.c
|
9dc621afa8
fou: make local function static
|
8 years ago |
icmp.c
|
275757e6ba
ipv6: mark expected switch fall-throughs
|
8 years ago |
inet6_connection_sock.c
|
4e8f2fc1a5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 years ago |
inet6_hashtables.c
|
61b7c691c7
inet: Add a 2nd listener hashtable (port+addr)
|
7 years ago |
ip6_checksum.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
8 years ago |
ip6_fib.c
|
16feebcf23
rtnetlink: remove __rtnl_register
|
7 years ago |
ip6_flowlabel.c
|
24ed960abf
treewide: Switch DEFINE_TIMER callbacks to struct timer_list *
|
7 years ago |
ip6_gre.c
|
fba961ab29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 years ago |
ip6_icmp.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
8 years ago |
ip6_input.c
|
7b9f6da175
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 years ago |
ip6_offload.c
|
3d0241d57c
gso: fix payload length when gso_size is zero
|
8 years ago |
ip6_offload.h
|
a6024562ff
udp: Add GRO functions to UDP socket
|
9 years ago |
ip6_output.c
|
09ee9dba96
ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT
|
7 years ago |
ip6_tunnel.c
|
fba961ab29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 years ago |
ip6_udp_tunnel.c
|
4fd19c15de
ip6_udp_tunnel: remove unused IPCB related codes
|
9 years ago |
ip6_vti.c
|
53c81e95df
ip6_vti: adjust vti mtu according to mtu of lower device
|
7 years ago |
ip6mr.c
|
a3fde2addd
rtnetlink: ipv6: convert remaining users to rtnl_register_module
|
7 years ago |
ipcomp6.c
|
e2d118a1cb
net: inet: Support UID-based routing in IP protocols.
|
9 years ago |
ipv6_sockglue.c
|
513674b5a2
net: reevalulate autoflowlabel setting after sysctl setting
|
7 years ago |
mcast.c
|
b9b312a7a4
ipv6: mcast: better catch silly mtu values
|
7 years ago |
mcast_snoop.c
|
a516993f0a
net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code
|
10 years ago |
mip6.c
|
1f3a8e49d8
ktime: Get rid of ktime_equal()
|
8 years ago |
ndisc.c
|
2210d6b2f2
net: ipv6: sysctl to specify IPv6 ND traffic class
|
7 years ago |
netfilter.c
|
e2d118a1cb
net: inet: Support UID-based routing in IP protocols.
|
9 years ago |
output_core.c
|
0c19f846d5
net: accept UFO datagrams from tuntap and packet
|
7 years ago |
ping.c
|
4e64b1ed15
net/ipv6: Convert icmpv6_push_pending_frames to void
|
8 years ago |
proc.c
|
3500cd73df
proc: snmp6: Use correct type in memset
|
8 years ago |
protocol.c
|
dddb64bcb3
net: Add sysctl to toggle early demux for tcp and udp
|
8 years ago |
raw.c
|
275757e6ba
ipv6: mark expected switch fall-throughs
|
8 years ago |
reassembly.c
|
78802011fb
inet: frags: Convert timers to use timer_setup()
|
8 years ago |
route.c
|
fba961ab29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 years ago |
seg6.c
|
97a6ec4ac0
rhashtable: Change rhashtable_walk_start to return void
|
7 years ago |
seg6_hmac.c
|
6391c4f67a
ipv6: sr: Use ARRAY_SIZE macro
|
8 years ago |
seg6_iptunnel.c
|
38ee7f2d47
ipv6: sr: add support for encapsulation of L2 frames
|
8 years ago |
seg6_local.c
|
33e34e735f
ipv6: sr: remove duplicate routing header type check
|
8 years ago |
sit.c
|
f859b4af1c
sit: update frag_off info
|
7 years ago |
syncookies.c
|
ceef9ab6be
tcp: Namespace-ify sysctl_tcp_workaround_signed_windows
|
8 years ago |
sysctl_net_ipv6.c
|
2a171788ba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
7 years ago |
tcp_ipv6.c
|
986ffdfd08
net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_store
|
7 years ago |
tcpv6_offload.c
|
74abc20ced
tcp: cleanup static functions
|
10 years ago |
tunnel6.c
|
ebac62fe3d
ipv6: fix tunnel error handling
|
10 years ago |
udp.c
|
f0b1e64c13
udp: Move udp[46]_portaddr_hash() to net/ip[v6].h
|
7 years ago |
udp_impl.h
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
8 years ago |
udp_offload.c
|
0c19f846d5
net: accept UFO datagrams from tuntap and packet
|
7 years ago |
udplite.c
|
c915fe13cb
udplite: fix NULL pointer dereference
|
8 years ago |
xfrm6_input.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
8 years ago |
xfrm6_mode_beet.c
|
af72868b90
networking: make skb_pull & friends return void pointers
|
8 years ago |
xfrm6_mode_ro.c
|
6e80ac5cc9
ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
|
8 years ago |
xfrm6_mode_transport.c
|
6e80ac5cc9
ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()
|
8 years ago |
xfrm6_mode_tunnel.c
|
b92cf4aab8
net: Create and use new helper xfrm_dst_child().
|
7 years ago |
xfrm6_output.c
|
d77e38e612
xfrm: Add an IPsec hardware offloading API
|
8 years ago |
xfrm6_policy.c
|
b92cf4aab8
net: Create and use new helper xfrm_dst_child().
|
7 years ago |
xfrm6_protocol.c
|
960fdfdeb9
xfrm: input: constify xfrm_input_afinfo
|
8 years ago |
xfrm6_state.c
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
8 years ago |
xfrm6_tunnel.c
|
baeb0dbbb5
xfrm6_tunnel: exit_net cleanup check added
|
7 years ago |