summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-04-19net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not setJakub Kicinski2-4/+2
2023-04-19net: skbuff: hide wifi_acked when CONFIG_WIRELESS not setJakub Kicinski2-0/+4
2023-04-17sctp: add intl_capable and reconf_capable in ss peer_capableXin Long1-2/+3
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long2-10/+2
2023-04-17mptcp: remove unused 'remaining' variableMatthieu Baerts1-5/+2
2023-04-17mptcp: make userspace_pm_append_new_local_addr staticGeliang Tang2-4/+2
2023-04-17mptcp: fastclose msk when cleaning unaccepted socketsPaolo Abeni1-2/+5
2023-04-17mptcp: move first subflow allocation at mpc access timePaolo Abeni4-37/+54
2023-04-17mptcp: move fastopen subflow check inside mptcp_sendmsg_fastopen()Paolo Abeni1-6/+18
2023-04-17mptcp: avoid unneeded __mptcp_nmpc_socket() usagePaolo Abeni1-3/+6
2023-04-17mptcp: drop unneeded argumentPaolo Abeni4-5/+5
2023-04-15page_pool: allow caching from safely localized NAPIJakub Kicinski3-4/+18
2023-04-15net: skb: plumb napi state thru skb freeing pathsJakub Kicinski1-18/+20
2023-04-14net/ipv6: Initialise msg_control_is_userKevin Brodsky1-0/+1
2023-04-14net/compat: Update msg_control_is_user when setting a kernel pointerKevin Brodsky1-0/+1
2023-04-14net: Ensure ->msg_control_user is used for user buffersKevin Brodsky3-11/+14
2023-04-14vsock/loopback: don't disable irqs for queue accessArseniy Krasnov1-2/+1
2023-04-14net/sched: taprio: allow per-TC user input of FP adminStatusVladimir Oltean1-13/+52
2023-04-14net/sched: mqprio: allow per-TC user input of FP adminStatusVladimir Oltean3-1/+143
2023-04-14net/sched: pass netlink extack to mqprio and taprio offloadVladimir Oltean2-3/+14
2023-04-14net/sched: mqprio: add an extack message to mqprio_parse_opt()Vladimir Oltean1-1/+4
2023-04-14net/sched: mqprio: add extack to mqprio_parse_nlattr()Vladimir Oltean1-7/+23
2023-04-14net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONSVladimir Oltean1-19/+13
2023-04-14net: ethtool: create and export ethtool_dev_mm_supported()Vladimir Oltean1-0/+23
2023-04-14Daniel Borkmann says:Jakub Kicinski18-110/+299
2023-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-145/+205
2023-04-14Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds21-145/+201
2023-04-13bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmapDaniel Borkmann1-6/+4
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer1-1/+9
2023-04-13skbuff: Fix a race between coalescing and releasing SKBsLiang Chen1-8/+8
2023-04-13udp6: fix potential access to stale informationEric Dumazet1-3/+5
2023-04-13mptcp: fix NULL pointer dereference on fastopen early fallbackPaolo Abeni1-2/+9
2023-04-13mptcp: stricter state check in mptcp_workerPaolo Abeni1-1/+1
2023-04-13mptcp: use mptcp_schedule_work instead of open-coding itPaolo Abeni2-15/+8
2023-04-13xsk: Elide base_addr comparison in xp_unaligned_validate_descKal Conley1-6/+2
2023-04-13xsk: Simplify xp_aligned_validate_desc implementationKal Conley1-8/+4
2023-04-13sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long1-1/+2
2023-04-13net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan1-3/+5
2023-04-13rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi2-3/+10
2023-04-13bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig3-1/+125
2023-04-13ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devicesChristian Ehrig3-3/+22
2023-04-13bpf, sockmap: fix deadlocks in the sockhash and sockmapXin Liu1-4/+6
2023-04-12smc: Fix use-after-free in tcp_write_timer_handler().Kuniyuki Iwashima1-0/+11
2023-04-12net: dsa: add trace points for VLAN operationsVladimir Oltean2-5/+137
2023-04-12net: dsa: add trace points for FDB/MDB operationsVladimir Oltean4-12/+423
2023-04-12Merge tag 'for-net-2023-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski6-105/+126
2023-04-11selftests/bpf: Add test to access u32 ptr argument in tracing programFeng Zhou1-1/+7
2023-04-10Merge tag '9p-6.3-fixes-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2023-04-10Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz1-18/+6
2023-04-10Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu1-1/+1