summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-12-19netlink: introduce typedef for filter functionJiri Pirko
2023-12-19genetlink: introduce per-sock family private storageJiri Pirko
2023-12-19devlink: introduce a helper for netlink multicast sendJiri Pirko
2023-12-19devlink: send notifications only if there are listenersJiri Pirko
2023-12-19devlink: introduce __devl_is_registered() helper and use it instead of xa_get...Jiri Pirko
2023-12-19devlink: use devl_is_registered() helper instead xa_get_mark()Jiri Pirko
2023-12-19bpf: Use nla_ok() instead of checking nla_len directlyJakub Kicinski
2023-12-19net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-12-18SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806Chuck Lever
2023-12-18net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela
2023-12-17mptcp: fill in missing MODULE_DESCRIPTION()Matthieu Baerts
2023-12-17mptcp: fix inconsistent state on fastopen racePaolo Abeni
2023-12-17skbuff: Optimization of SKB coalescing for page poolLiang Chen
2023-12-17skbuff: Add a function to check if a page belongs to page_poolLiang Chen
2023-12-17page_pool: halve BIAS_MAX for multiple user references of a fragmentLiang Chen
2023-12-15tcp/dccp: change source port selection at connect() timeEric Dumazet
2023-12-15inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet
2023-12-15bpf: Fix dtor CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra
2023-12-15cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
2023-12-15Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim
2023-12-15Bluetooth: Add more enc key size checkAlex Lu
2023-12-15Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao
2023-12-15Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis
2023-12-15Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann
2023-12-15Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz
2023-12-15Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz
2023-12-15netlink: specs: mptcp: rename the MPTCP path management specJakub Kicinski
2023-12-15net/rose: fix races in rose_kill_by_device()Eric Dumazet
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet
2023-12-15net: increase optmem_max default valueEric Dumazet
2023-12-15net: sched: ife: fix potential use-after-freeEric Dumazet
2023-12-15net: Return error from sk_stream_wait_connect() if sk_wait_event() failsShigeru Yoshida
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov
2023-12-15virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov
2023-12-15ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando
2023-12-14Merge tag 'wireless-2023-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-14bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu
2023-12-14wifi: mac80211: sta_info.c: fix sentence grammarRandy Dunlap
2023-12-14wifi: mac80211: rx.c: fix sentence grammarRandy Dunlap
2023-12-14wifi: cfg80211: sort certificates in buildJohannes Berg
2023-12-14appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim
2023-12-14wifi: cfg80211: fix certs build to not depend on file orderJohannes Berg
2023-12-13net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-13net: page_pool: factor out releasing DMA from releasing the pageJakub Kicinski