summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2020-08-06Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds-0/+1
2020-08-06net: sock: add sock_set_markAlexander Aring-0/+1
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-256/+1105
2020-08-05ipv6: add ipv6_dev_find()Xin Long-0/+2
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+4
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2020-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+14
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio-10/+2
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+0
2020-08-03Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-0/+5
2020-08-03devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel-2/+4
2020-08-03devlink: Add early_drop trapAmit Cohen-0/+3
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-0/+29
2020-08-03net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu-1/+2
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski-0/+5
2020-08-03netfilter: conntrack: Move nf_ct_offload_timeout to header fileRoi Dayan-0/+12
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+13
2020-07-31Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...David S. Miller-11/+79
2020-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-6/+9
2020-07-31tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal-0/+2
2020-07-31mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal-0/+10
2020-07-31mptcp: rename and export mptcp_subflow_request_sock_opsFlorian Westphal-0/+1
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal-1/+1
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-15/+233
2020-07-31netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal-0/+2
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg-2/+2
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau-0/+25
2020-07-31mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef-0/+8
2020-07-31mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef-0/+4
2020-07-31net/fq_impl: use skb_get_hash instead of skb_get_hash_perturbFelix Fietkau-3/+1
2020-07-31cfg80211/mac80211: add connected to auth server to station infoMarkus Theil-0/+3
2020-07-31cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil-0/+1
2020-07-31cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing-0/+6
2020-07-31cfg80211: allow the low level driver to flush the BSS tableEmmanuel Grumbach-0/+6
2020-07-31net/wireless: regulatory.h: drop duplicate word in commentRandy Dunlap-1/+1
2020-07-31net/wireless: mac80211.h: drop duplicate words in commentsRandy Dunlap-3/+3
2020-07-31net/wireless: cfg80211.h: drop duplicate words in commentsRandy Dunlap-2/+2
2020-07-31nl80211: S1G band and channel definitionsThomas Pedersen-0/+17
2020-07-30ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang-0/+1
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+4
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman-0/+1
2020-07-30Bluetooth: Enable RPA TimeoutSathish Narasimman-0/+2
2020-07-30Bluetooth: Configure controller address resolution if availableMarcel Holtmann-0/+3
2020-07-30Bluetooth: Translate additional address type correctlyMarcel Holtmann-2/+4
2020-07-29mlxsw: spectrum: Use different trap group for externally routed packetsIdo Schimmel-0/+3
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez-0/+18
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas-0/+13
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko-2/+0
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+0
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-9/+10