summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-132-0/+6
|\
| * net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-111-0/+4
| * tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-101-0/+2
* | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-08-101-1/+1
|\ \
| * | netfilter: conntrack: Use sequence counter with associated spinlockAhmed S. Darwish2020-07-291-1/+1
* | | Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2020-08-061-0/+1
|\ \ \ | |_|/ |/| |
| * | net: sock: add sock_set_markAlexander Aring2020-08-061-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0558-256/+1105
|\ \ \
| * | | ipv6: add ipv6_dev_find()Xin Long2020-08-051-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-08-042-0/+14
| |\ \ \
| | * | | netfilter: conntrack: Move nf_ct_offload_timeout to header fileRoi Dayan2020-08-031-0/+12
| | * | | netfilter: nft_compat: make sure xtables destructors have runFlorian Westphal2020-07-311-0/+2
| * | | | tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio2020-08-042-10/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-031-2/+0
| |\ \ \ \
| | * | | | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-2/+0
| * | | | | Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-08-031-0/+5
| |\ \ \ \ \
| | * | | | | udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski2020-08-031-0/+5
| * | | | | | devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel2020-08-031-2/+4
| * | | | | | devlink: Add early_drop trapAmit Cohen2020-08-031-0/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-08-031-0/+29
| |\ \ \ \ \ \
| | * | | | | | ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim2020-07-221-0/+29
| * | | | | | | net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-031-1/+2
| | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-023-6/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'mac80211-next-for-davem-2020-07-31' of git://git.kernel.org/pub/sc...David S. Miller2020-07-316-11/+79
| |\ \ \ \ \ \ \
| | * | | | | | | cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg2020-07-311-2/+2
| | * | | | | | | mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau2020-07-311-0/+25
| | * | | | | | | mac80211: parse radiotap header when selecting Tx queueMathy Vanhoef2020-07-311-0/+8
| | * | | | | | | mac80211: add radiotap flag to prevent sequence number overwriteMathy Vanhoef2020-07-312-0/+4
| | * | | | | | | net/fq_impl: use skb_get_hash instead of skb_get_hash_perturbFelix Fietkau2020-07-312-3/+1
| | * | | | | | | cfg80211/mac80211: add connected to auth server to station infoMarkus Theil2020-07-311-0/+3
| | * | | | | | | cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil2020-07-311-0/+1
| | * | | | | | | cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing2020-07-311-0/+6
| | * | | | | | | cfg80211: allow the low level driver to flush the BSS tableEmmanuel Grumbach2020-07-311-0/+6
| | * | | | | | | net/wireless: regulatory.h: drop duplicate word in commentRandy Dunlap2020-07-311-1/+1
| | * | | | | | | net/wireless: mac80211.h: drop duplicate words in commentsRandy Dunlap2020-07-311-3/+3
| | * | | | | | | net/wireless: cfg80211.h: drop duplicate words in commentsRandy Dunlap2020-07-311-2/+2
| | * | | | | | | nl80211: S1G band and channel definitionsThomas Pedersen2020-07-311-0/+17
| * | | | | | | | tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal2020-07-311-0/+2
| * | | | | | | | mptcp: subflow: add mptcp_subflow_init_cookie_req helperFlorian Westphal2020-07-311-0/+10
| * | | | | | | | mptcp: rename and export mptcp_subflow_request_sock_opsFlorian Westphal2020-07-311-0/+1
| * | | | | | | | tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2020-07-311-1/+1
| * | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-07-316-15/+233
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman2020-07-301-0/+1
| | * | | | | | | | Bluetooth: Enable RPA TimeoutSathish Narasimman2020-07-301-0/+2
| | * | | | | | | | Bluetooth: Configure controller address resolution if availableMarcel Holtmann2020-07-301-0/+3
| | * | | | | | | | Bluetooth: Translate additional address type correctlyMarcel Holtmann2020-07-301-2/+4
| | * | | | | | | | Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas2020-07-282-0/+13
| | * | | | | | | | Bluetooth: Fix update of connection state in `hci_encrypt_cfm`Patrick Steinhardt2020-07-161-1/+1
| | * | | | | | | | Bluetooth: Adding a configurable autoconnect timeoutAlain Michaud2020-07-071-0/+1
| | * | | | | | | | Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2020-06-221-4/+6