summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2018-12-19iptunnel: make TUNNEL_FLAGS available in uapiwenxu
2018-12-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn
2018-12-14net/tls: sleeping function from invalid contextAtul Gupta
2018-12-07neighbour: Avoid writing before skb->head in neigh_hh_output()Stefano Brivio
2018-12-05sctp: frag_point sanity checkJakub Audykowicz
2018-12-03sctp: kfree_rcu asocXin Long
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo
2018-11-23xfrm_user: fix freeing of xfrm states on acquireMathias Krause
2018-11-19Revert "sctp: remove sctp_transport_pmtu_check"Xin Long
2018-11-15rxrpc: Fix life checkDavid Howells
2018-11-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-11-03netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso
2018-11-02net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill
2018-10-31net: drop a space before tabsBo YU
2018-10-31net: add an identifier name for 'struct sock *'Bo YU
2018-10-29Merge tag '9p-for-4.20' of git://github.com/martinetd/linuxLinus Torvalds
2018-10-24net: Don't return invalid table id error when dumping all familiesDavid Ahern
2018-10-23tcp: add tcp_reset_xmit_timer() helperEric Dumazet
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul
2018-10-22af_unix.h: trivial whitespace cleanupVito Caputo
2018-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-20ulp: remove uid and user_visible membersDaniel Borkmann
2018-10-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2018-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-19netfilter: nfnetlink_log: remove empty nfnetlink_log.h header fileTaehee Yoo
2018-10-19netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_clean...Taehee Yoo
2018-10-18sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long
2018-10-17sctp: fix the data size calculation in sctp_data_sizeXin Long
2018-10-17geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio
2018-10-17bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel
2018-10-17vxlan: Support marking RDSTs as offloadedPetr Machata
2018-10-17vxlan: Add vxlan_fdb_find_uc() for FDB queryingPetr Machata
2018-10-17vxlan: Add switchdev notificationsPetr Machata
2018-10-17net: Add netif_is_vxlan()Ido Schimmel
2018-10-17inet: Refactor INET_ECN_decapsulate()Ido Schimmel
2018-10-17vxlan: Export address checking functionsIdo Schimmel
2018-10-17bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern
2018-10-16net: Add struct for fib dump filterDavid Ahern
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet
2018-10-15sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long
2018-10-15ipv6: rate-limit probes for neighbourless routesSabrina Dubroca
2018-10-15bpf: Allow sk_lookup with IPv6 moduleJoe Stringer
2018-10-15tls: replace poll implementation with read hookJohn Fastabend
2018-10-15tls: convert to generic sk_msg interfaceDaniel Borkmann