aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-08-02Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-02net/mlx5e: xsk: Discard unaligned XSK frames on striding RQMaxim Mikityanskiy
2022-08-01net: rose: add netdev ref tracker to 'struct rose_sock'Eric Dumazet
2022-07-29Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-29net: allow unbound socket for packets in VRF when tcp_l3mdev_accept setMike Manning
2022-07-28firewire: net: Make use of get_unaligned_be48(), put_unaligned_be48()Andy Shevchenko
2022-07-28ax25: fix incorrect dev_tracker usageEric Dumazet
2022-07-28devlink: introduce framework for selftestsVikas Gupta
2022-07-28net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-28ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan
2022-07-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni
2022-07-28add missing includes and forward declarations to networking includes under li...Jakub Kicinski
2022-07-27net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl
2022-07-27s390/ism: CleanupsStefan Raspl
2022-07-26tls: rx: do not use the standard strparserJakub Kicinski
2022-07-26tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski
2022-07-26net: devlink: introduce nested devlink entity for line cardJiri Pirko
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz
2022-07-26flow_offload: Introduce flow_match_pppoeWojciech Drewek
2022-07-26flow_dissector: Add PPPoE dissectorsWojciech Drewek
2022-07-26ip_tunnels: Add new flow flags field to ip_tunnel_keyPaul Chaignon
2022-07-25Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-07-24net: copy from user before calling __get_compat_msghdrDylan Yudaken
2022-07-22ip_tunnels: allow VXLAN/GENEVE to inherit TOS/TTL from VLANMatthias May
2022-07-22Merge tag 'for-net-next-2022-07-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-07-22Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz
2022-07-22Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz
2022-07-22Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22Revert "tcp: change pingpong threshold to 3"Wei Wang
2022-07-22Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix
2022-07-22Bluetooth: Remove dead code from hci_request.cBrian Gix
2022-07-22wifi: mac80211: add macros to loop over active linksGregory Greenman
2022-07-22wifi: mac80211: optionally implement MLO multicast TXJohannes Berg
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg
2022-07-22wifi: nl80211: add MLO link ID to the NL80211_CMD_FRAME TX APIJohannes Berg
2022-07-22wifi: cfg80211: report link ID in NL80211_CMD_FRAMEJohannes Berg
2022-07-22wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern
2022-07-22wifi: cfg80211: add hardware timestamps to frame RX infoAvraham Stern
2022-07-22wifi: cfg80211/nl80211: move rx management data into a structAvraham Stern
2022-07-22wifi: cfg80211: add a function for reporting TX status with hardware timestampsAvraham Stern
2022-07-22net: add missing includes and forward declarations under net/Jakub Kicinski
2022-07-22tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima