David S. Miller 29fda25a2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 years ago
..
ila 0ddead90b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 years ago
netfilter 52a623bd61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next 8 years ago
Kconfig 402a5bc462 ipv6: sr: select DST_CACHE by default 8 years ago
Makefile 7785bba299 esp: Add a software GRO codepath 8 years ago
addrconf.c 271201c09c net, ipv6: convert inet6_ifaddr.refcnt from atomic_t to refcount_t 8 years ago
addrconf_core.c 3ad7d2468f Ipvlan should return an error when an address is already in use. 8 years ago
addrlabel.c 87078f26b6 net, ipv6: convert ip6addrlbl_entry.refcnt from atomic_t to refcount_t 8 years ago
af_inet6.c 1f139ed9ec ipv6: Avoid going through ->sk_net to access the netns 8 years ago
ah6.c 93bbbfbb4a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next 8 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 14afee4b60 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t 8 years ago
esp6_offload.c ca3a1b8566 esp6_offload: Fix IP6CB(skb)->nhoff for ESP GRO 8 years ago
exthdrs.c cb891fa6a1 udp6: fix jumbogram reception 8 years ago
exthdrs_core.c 0868383b82 ipv6: constify the skb pointer of ipv6_find_tlv(). 9 years ago
exthdrs_offload.c e41b0bedba ipv6: fix exthdrs offload registration in out_rt path 10 years ago
fib6_rules.c 07f615574f ipv6: Do not leak throw route references 8 years ago
fou6.c 9dc621afa8 fou: make local function static 8 years ago
icmp.c 849a44de91 net: don't global ICMP rate limit packets originating from loopback 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 41c6d650f6 net: convert sock.sk_refcnt from atomic_t to refcount_t 8 years ago
ip6_checksum.c c148d16369 ipv6: fix checksum annotation in udp6_csum_init 9 years ago
ip6_fib.c f06b7549b7 net: ipv6: Compare lwstate in detecting duplicate nexthops 8 years ago
ip6_flowlabel.c 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 years ago
ip6_gre.c 39294c3df2 Revert "ipv6: constify inet6_protocol structures" 8 years ago
ip6_icmp.c b1cadc1a09 ipv6: icmp: add a force_saddr param to icmp6_send() 9 years ago
ip6_input.c 7b9f6da175 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 years ago
ip6_offload.c e3e86b5119 ipv6: Fix leak in ipv6_gso_segment(). 8 years ago
ip6_offload.h a6024562ff udp: Add GRO functions to UDP socket 9 years ago
ip6_output.c 29fda25a2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 years ago
ip6_tunnel.c a8b8a889e3 net: add netlink_ext_ack argument to rtnl_link_ops.validate 8 years ago
ip6_udp_tunnel.c 4fd19c15de ip6_udp_tunnel: remove unused IPCB related codes 8 years ago
ip6_vti.c 6b1c42e972 vti: revert flush x-netns xfrm cache when vti interface is removed 8 years ago
ip6mr.c dd12d15c9a ip6mr: add netlink notifications on mrt6msg cache reports 8 years ago
ipcomp6.c e2d118a1cb net: inet: Support UID-based routing in IP protocols. 8 years ago
ipv6_sockglue.c 7114f51fcb Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 8 years ago
mcast.c d3981bc615 net, ipv6: convert ifmcaddr6.mca_refcnt from atomic_t to refcount_t 8 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 4df864c1d9 networking: make skb_put & friends return void pointers 8 years ago
netfilter.c e2d118a1cb net: inet: Support UID-based routing in IP protocols. 8 years ago
output_core.c 6399f1fae4 ipv6: avoid overflow of offset in ip6_find_1stfragopt 8 years ago
ping.c 77d4b1d369 net: ping: do not abuse udp_poll() 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 77d4b1d369 net: ping: do not abuse udp_poll() 8 years ago
reassembly.c dbd1759e6a ipv6: on reassembly, record frag_max_size 8 years ago
route.c f06b7549b7 net: ipv6: Compare lwstate in detecting duplicate nexthops 8 years ago
seg6.c 0a9fc39e41 ipv6: drop unused variables in seg6_genl_dumphac 8 years ago
seg6_hmac.c 3efa70d78f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 years ago
seg6_iptunnel.c 9ae2872748 net: add extack arg to lwtunnel build state 8 years ago
sit.c b079115937 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 8 years ago
syncookies.c 18bcf2907d ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check() 8 years ago
sysctl_net_ipv6.c 4fee5242bf calipso: Add a label cache. 9 years ago
tcp_ipv6.c 39294c3df2 Revert "ipv6: constify inet6_protocol structures" 8 years ago
tcpv6_offload.c 74abc20ced tcp: cleanup static functions 10 years ago
tunnel6.c ebac62fe3d ipv6: fix tunnel error handling 9 years ago
udp.c cb891fa6a1 udp6: fix jumbogram reception 8 years ago
udp_impl.h a3f96c47c8 udp: make *udp*_queue_rcv_skb() functions static 8 years ago
udp_offload.c 6800b2e040 inet: Remove software UFO fragmenting code. 8 years ago
udplite.c c915fe13cb udplite: fix NULL pointer dereference 8 years ago
xfrm6_input.c 7c88e21aef xfrm6: Fix IPv6 payload_len in xfrm6_transport_finish 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 f1bd7d659e xfrm: Add encapsulation header offsets while SKB is not encrypted 8 years ago
xfrm6_output.c d77e38e612 xfrm: Add an IPsec hardware offloading API 8 years ago
xfrm6_policy.c 09c7570480 xfrm: remove flow cache 8 years ago
xfrm6_protocol.c 960fdfdeb9 xfrm: input: constify xfrm_input_afinfo 8 years ago
xfrm6_state.c 67ba4152e8 ipv6: White-space cleansing : Line Layouts 11 years ago
xfrm6_tunnel.c d12f3827e0 net, ipv6: convert xfrm6_tunnel_spi.refcnt from atomic_t to refcount_t 8 years ago