summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-092-0/+3
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-095-6/+11
* vxlan: Allow configuration of DF behaviourStefano Brivio2018-11-091-0/+1
* udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-091-0/+3
* net: sched: add an offload graft helperJakub Kicinski2018-11-091-0/+12
* net: sched: add an offload dump helperJakub Kicinski2018-11-091-0/+12
* net: add netif_is_geneve()John Hurley2018-11-081-0/+6
* udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-081-8/+37
* ipv6: factor out protocol delivery helperPaolo Abeni2018-11-081-0/+2
* ip: factor out protocol delivery helperPaolo Abeni2018-11-081-0/+1
* udp: implement complete book-keeping for encap_neededPaolo Abeni2018-11-081-0/+6
* net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe2018-11-081-1/+12
* net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning2018-11-082-0/+4
* net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-081-0/+11
* net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2018-11-082-0/+19
* net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2018-11-083-10/+21
* net: Add extack argument to ip_fib_metrics_initDavid Ahern2018-11-071-1/+2
* net: Add extack argument to rtnl_create_linkDavid Ahern2018-11-071-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-061-0/+39
|\
| * netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso2018-11-031-0/+39
* | net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill2018-11-032-0/+4
* | net: drop a space before tabsBo YU2018-10-311-1/+1
* | net: add an identifier name for 'struct sock *'Bo YU2018-10-311-1/+1
* | Merge tag '9p-for-4.20' of git://github.com/martinetd/linuxLinus Torvalds2018-10-292-52/+31Star
|\ \ | |/ |/|
| * 9p: Add refcount to p9_req_tTomas Bortoli2018-09-071-0/+14
| * 9p: add a per-client fcall kmem_cacheDominique Martinet2018-09-072-0/+5
| * 9p: embed fcall in req to round down buffer allocsDominique Martinet2018-09-071-2/+3
| * 9p: Remove p9_idpoolMatthew Wilcox2018-08-291-8/+0Star
| * 9p: Use a slab for allocating requestsMatthew Wilcox2018-08-291-42/+9Star
* | net: Don't return invalid table id error when dumping all familiesDavid Ahern2018-10-241-0/+1
* | tcp: add tcp_reset_xmit_timer() helperEric Dumazet2018-10-241-3/+27
* | Revert "net: simplify sock_poll_wait"Karsten Graul2018-10-231-3/+9
* | af_unix.h: trivial whitespace cleanupVito Caputo2018-10-231-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-221-8/+1Star
|\ \
| * | ulp: remove uid and user_visible membersDaniel Borkmann2018-10-211-7/+0Star
| * | bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend2018-10-171-1/+1
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-10-201-6/+13
|\ \ \
| * | | Bluetooth: Errata Service Release 8, Erratum 3253Mallikarjun Phulari2018-10-141-0/+2
| * | | Bluetooth: Use separate L2CAP LE credit based connection result valuesMallikarjun Phulari2018-10-141-6/+11
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-10-202-2/+1Star
|\ \ \ \
| * | | | netfilter: nfnetlink_log: remove empty nfnetlink_log.h header fileTaehee Yoo2018-10-191-1/+0Star
| * | | | netfilter: nf_flow_table: remove unnecessary parameter of nf_flow_table_clean...Taehee Yoo2018-10-191-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-194-1/+17
|\ \ \ \ \
| * | | | | sctp: fix the data size calculation in sctp_data_sizeXin Long2018-10-181-1/+1
| * | | | | geneve, vxlan: Don't set exceptions if skb->len < mtuStefano Brivio2018-10-181-0/+10
| * | | | | sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long2018-10-161-0/+2
| * | | | | ipv6: rate-limit probes for neighbourless routesSabrina Dubroca2018-10-161-0/+4
* | | | | | sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long2018-10-181-5/+0Star
* | | | | | bridge: switchdev: Allow clearing FDB entry offload indicationIdo Schimmel2018-10-181-1/+2
* | | | | | vxlan: Support marking RDSTs as offloadedPetr Machata2018-10-182-0/+3