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