aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-12sctp: process sk_reuseport in sctp_get_port_localXin Long1-1/+3
2018-11-12sctp: add sock_reuseport for the sock in __sctp_hash_endpointXin Long2-1/+3
2018-11-12netfilter: nf_flow_table: make nf_flow_table_iterate() staticTaehee Yoo1-4/+0
2018-11-11net: sched: register callbacks for indirect tc block bindsJohn Hurley2-0/+37
2018-11-09xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal1-0/+1
2018-11-09xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal1-0/+1
2018-11-09xfrm: policy: store inexact policies in an rhashtableFlorian Westphal2-0/+3
2018-11-09{nl,mac}80211: add rssi to mesh candidatesBob Copeland1-1/+2
2018-11-09{nl,mac}80211: add dot11MeshConnectedToMeshGate to meshconfBob Copeland1-0/+5
2018-11-09{nl,mac}80211: report gate connectivity in station infoBob Copeland1-0/+3
2018-11-09mac80211: allow hardware scan to fall back to softwareJohannes Berg1-0/+5
2018-11-09mac80211: allow drivers to use peer measurement APIJohannes Berg1-0/+7
2018-11-09cfg80211: add peer measurement with FTM initiator APIJohannes Berg1-0/+263
2018-11-08net: sched: red: inform offloads about harddrop settingJakub Kicinski1-0/+1
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2-0/+3
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio5-6/+11
2018-11-08vxlan: Allow configuration of DF behaviourStefano Brivio1-0/+1
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio1-0/+3
2018-11-08net: sched: add an offload graft helperJakub Kicinski1-0/+12
2018-11-08net: sched: add an offload dump helperJakub Kicinski1-0/+12
2018-11-07net: add netif_is_geneve()John Hurley1-0/+6
2018-11-07udp: cope with UDP GRO packet misdirectionPaolo Abeni1-8/+37
2018-11-07ipv6: factor out protocol delivery helperPaolo Abeni1-0/+2
2018-11-07ip: factor out protocol delivery helperPaolo Abeni1-0/+1
2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni1-0/+6
2018-11-07net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe1-1/+12
2018-11-07net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning2-0/+4
2018-11-07net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning1-0/+11
2018-11-07net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2-0/+19
2018-11-07net: allow binding socket in a VRF when there's an unbound socketRobert Shearman3-10/+21
2018-11-06net: Add extack argument to ip_fib_metrics_initDavid Ahern1-1/+2
2018-11-06net: Add extack argument to rtnl_create_linkDavid Ahern1-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