summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-12-19devlink: add a command to set notification filter and use it for multicastsJiri Pirko4-4/+157
2023-12-19netlink: introduce typedef for filter functionJiri Pirko1-2/+1
2023-12-19genetlink: introduce per-sock family private storageJiri Pirko1-1/+143
2023-12-19devlink: introduce a helper for netlink multicast sendJiri Pirko9-22/+18
2023-12-19devlink: send notifications only if there are listenersJiri Pirko9-9/+21
2023-12-19devlink: introduce __devl_is_registered() helper and use it instead of xa_get...Jiri Pirko4-4/+10
2023-12-19devlink: use devl_is_registered() helper instead xa_get_mark()Jiri Pirko3-6/+9
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski10-27/+317
2023-12-19Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski27-143/+535
2023-12-18net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela1-9/+3
2023-12-17skbuff: Optimization of SKB coalescing for page poolLiang Chen1-12/+40
2023-12-17skbuff: Add a function to check if a page belongs to page_poolLiang Chen1-1/+6
2023-12-17page_pool: halve BIAS_MAX for multiple user references of a fragmentLiang Chen1-1/+1
2023-12-16tcp/dccp: change source port selection at connect() timeEric Dumazet1-11/+16
2023-12-16inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet1-5/+16
2023-12-16bpf: Fix dtor CFIPeter Zijlstra1-2/+13
2023-12-16x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra2-1/+99
2023-12-15netlink: specs: mptcp: rename the MPTCP path management specJakub Kicinski2-2/+2
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet7-26/+28
2023-12-15net: increase optmem_max default valueEric Dumazet1-2/+4
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov5-4/+41
2023-12-15virtio/vsock: fix logic which reduces credit update messagesArseniy Krasnov1-3/+10
2023-12-15ipmr: support IP_PKTINFO on cache report IGMP msgLeone Fernando1-7/+6
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-24/+84
2023-12-15bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu3-0/+137
2023-12-14wifi: mac80211: sta_info.c: fix sentence grammarRandy Dunlap1-2/+2
2023-12-14wifi: mac80211: rx.c: fix sentence grammarRandy Dunlap1-2/+2
2023-12-14wifi: cfg80211: sort certificates in buildJohannes Berg1-2/+2
2023-12-14appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim1-5/+4
2023-12-14net: ethtool: add support for symmetric-xor RSS hashAhmed Zaki2-4/+31
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki2-23/+13
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki3-71/+83
2023-12-14net: page_pool: factor out releasing DMA from releasing the pageJakub Kicinski1-9/+16
2023-12-14page_pool: transition to reference count management after page drainingLiang Chen1-6/+6
2023-12-14sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet2-0/+4
2023-12-14net: prevent mss overflow in skb_segment()Eric Dumazet1-1/+2
2023-12-14ethtool: add SET for TCP_DATA_SPLIT ringparamAlexander Lobakin1-0/+12
2023-12-14vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov1-1/+1
2023-12-14net/sched: act_api: skip idr replace on bound actionsPedro Tammela2-6/+7
2023-12-14net/sched: act_api: rely on rcu in tcf_idr_check_allocPedro Tammela1-22/+43
2023-12-14xdp: Add VLAN tag hintLarysa Zaremba1-0/+33
2023-12-14xsk: add functions to fill control bufferMaciej Fijalkowski1-0/+12
2023-12-13Revert "tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set"Jakub Kicinski1-1/+1
2023-12-13tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is setSalvatore Dipietro1-1/+1
2023-12-13net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen1-0/+6
2023-12-12net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim1-1/+3
2023-12-12atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim1-2/+5
2023-12-12net: dns_resolver: the module is called dns_resolver, not dnsresolverAhelenia ZiemiaƄska1-1/+1
2023-12-12wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon()Dmitry Antipov1-1/+1
2023-12-12wifi: mac80211: don't set ESS capab bit in assoc requestJohannes Berg1-1/+12