summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLANMatthias May2022-07-221-4/+8
* Merge tag 'for-net-next-2022-07-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-07-226-40/+518
|\
| * Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz2022-07-222-0/+13
| * Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz2022-07-224-20/+261
| * Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz2022-07-223-2/+58
| * Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz2022-07-225-4/+169
| * Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz2022-07-221-0/+2
| * Bluetooth: Remove update_scan hci_request dependancyBrian Gix2022-07-222-1/+1
| * Bluetooth: Remove dead code from hci_request.cBrian Gix2022-07-221-1/+0
| * Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz2022-07-211-0/+2
| * Bluetooth: Add bt_statusLuiz Augusto von Dentz2022-07-211-0/+1
| * Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik2022-07-211-4/+2
| * Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik2022-07-211-4/+1
| * Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTINGZijun Hu2022-07-211-11/+0
| * Bluetooth: hci_sync: Check LMP feature bit instead of quirkZijun Hu2022-07-211-0/+1
| * Bluetooth: clean up error pointer checkingDan Carpenter2022-07-211-1/+1
| * Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz2022-07-211-0/+11
| * Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi2022-07-211-0/+2
| * Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi2022-07-211-0/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-2210-38/+227
|\ \
| * | bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu2022-07-221-0/+8
| * | bpf, x64: Allow to use caller address from stackJiri Olsa2022-07-221-0/+5
| * | ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu2022-07-221-0/+38
| * | ftrace: Add modify_ftrace_direct_multi_nolockSong Liu2022-07-221-0/+5
| * | bpf: Fix build error in case of !CONFIG_DEBUG_INFO_BTFKumar Kartikeya Dwivedi2022-07-221-2/+2
| * | net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi2022-07-211-0/+2
| * | net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi2022-07-211-0/+2
| * | net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi2022-07-211-0/+15
| * | bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi2022-07-211-0/+32
| * | bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2022-07-212-24/+12
| * | bpf: Introduce 8-byte BTF setKumar Kartikeya Dwivedi2022-07-211-4/+64
| * | bpf: Fix bpf_trampoline_{,un}link_cgroup_shim ifdef guardsStanislav Fomichev2022-07-201-3/+7
| * | bpf: fix bpf_skb_pull_data documentationJoanne Koong2022-07-191-1/+2
| * | bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-07-191-0/+8
| * | xsk: Mark napi_id on sendmsg()Maciej Fijalkowski2022-07-141-0/+14
| * | bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu2022-07-122-1/+8
| * | bpf: reparent bpf maps on memcg offliningRoman Gushchin2022-07-121-1/+1
| * | bpf: Fix 'dubious one-bit signed bitfield' warningsMatthieu Baerts2022-07-111-4/+4
* | | net: add missing includes and forward declarations under net/Jakub Kicinski2022-07-2263-11/+183
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-2116-59/+106
|\ \
| * \ Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-219-23/+45
| |\ \
| | * | tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-201-2/+2
| | * | udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima2022-07-201-1/+1
| | * | ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima2022-07-201-1/+1
| | * | amt: use workqueue for gateway side message handlingTaehee Yoo2022-07-191-0/+20
| | * | tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima2022-07-181-1/+1
| | * | tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-181-1/+2
| | * | tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima2022-07-181-3/+6
| | * | net: stmmac: switch to use interrupt for hw crosstimestampingWong Vee Khee2022-07-181-0/+1
| | * | tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-07-153-6/+2