aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19iptunnel: make TUNNEL_FLAGS available in uapiwenxu1-19/+0
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+1
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn1-4/+21
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta1-0/+6
2018-12-07neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio1-5/+23
2018-12-05sctp: frag_point sanity checkJakub Audykowicz1-0/+5
2018-12-03sctp: kfree_rcu asocXin Long1-0/+2
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-2/+2
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo2-2/+2
2018-11-23xfrm_user: fix freeing of xfrm states on acquireMathias Krause1-0/+1
2018-11-19Revert "sctp: remove sctp_transport_pmtu_check"Xin Long1-0/+12
2018-11-15rxrpc: Fix life checkDavid Howells1-1/+2
2018-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+39
2018-11-03netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso1-0/+39
2018-11-02net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill2-0/+4
2018-10-31net: drop a space before tabsBo YU1-1/+1
2018-10-31net: add an identifier name for 'struct sock *'Bo YU1-1/+1
2018-10-29Merge tag '9p-for-4.20' of git://github.com/martinetd/linuxLinus Torvalds2-52/+31
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern1-0/+1
2018-10-23tcp: add tcp_reset_xmit_timer() helperEric Dumazet1-3/+27
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-3/+9
2018-10-22af_unix.h: trivial whitespace cleanupVito Caputo1-2/+2
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+1
2018-10-20ulp: remove uid and user_visible membersDaniel Borkmann1-7/+0
2018-10-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-6/+13
2018-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+1
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-1/+17
2018-10-19netfilter: nfnetlink_log: remove empty nfnetlink_log.h header fileTaehee Yoo1-1/+0
2018-10-19netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_cleanup()Taehee Yoo1-1/+1
2018-10-18sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long1-5/+0
2018-10-17sctp: fix the data size calculation in sctp_data_sizeXin Long1-1/+1
2018-10-17geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio1-0/+10
2018-10-17bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel1-1/+2
2018-10-17vxlan: Support marking RDSTs as offloadedPetr Machata2-0/+3
2018-10-17vxlan: Add vxlan_fdb_find_uc() for FDB queryingPetr Machata1-0/+12
2018-10-17vxlan: Add switchdev notificationsPetr Machata2-0/+14
2018-10-17net: Add netif_is_vxlan()Ido Schimmel1-0/+7
2018-10-17inet: Refactor INET_ECN_decapsulate()Ido Schimmel1-4/+14
2018-10-17vxlan: Export address checking functionsIdo Schimmel1-0/+32
2018-10-17bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend1-1/+1
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern1-1/+1
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern1-1/+1
2018-10-16net: Add struct for fib dump filterDavid Ahern2-1/+13
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-18/+43
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet1-2/+2
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long1-0/+2
2018-10-15ipv6: rate-limit probes for neighbourless routesSabrina Dubroca1-0/+4
2018-10-15bpf: Allow sk_lookup with IPv6 moduleJoe Stringer1-0/+5
2018-10-15tls: replace poll implementation with read hookJohn Fastabend1-4/+2
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann2-13/+9