summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * llc: Check netns in llc_dgram_match().Kuniyuki Iwashima2023-07-201-7/+11
| | * Revert "tcp: avoid the lookup process failing to get sk in ehash table"Kuniyuki Iwashima2023-07-192-19/+6
| | * ipv4: ip_gre: fix return value check in erspan_xmit()Yuanjun Gong2023-07-191-1/+2
| | * ipv4: ip_gre: fix return value check in erspan_fb_xmit()Yuanjun Gong2023-07-191-1/+2
| | * net:ipv6: check return value of pskb_trim()Yuanjun Gong2023-07-191-1/+2
| | * net: ipv4: Use kfree_sensitive instead of kfreeWang Ming2023-07-191-1/+1
| | * tcp: annotate data-races around tcp_rsk(req)->ts_recentEric Dumazet2023-07-184-6/+9
| | * tcp: annotate data-races around tcp_rsk(req)->txhashEric Dumazet2023-07-184-5/+6
| | * Merge tag 'linux-can-fixes-for-6.5-20230717' of git://git.kernel.org/pub/scm/...Jakub Kicinski2023-07-182-39/+30
| | |\
| | | * can: bcm: Fix UAF in bcm_proc_show()YueHaibing2023-07-171-6/+6
| | | * can: raw: fix receiver memory leakZiyang Xuan2023-07-171-33/+24
| | * | net: sched: cls_flower: Undo tcf_bind_filter in case of an errorVictor Nogueira2023-07-171-52/+47
| | * | net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira2023-07-171-52/+47
| | * | net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira2023-07-171-0/+7
| | * | net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knodeVictor Nogueira2023-07-171-11/+30
| | * | net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira2023-07-171-23/+12
| | |/
| | * gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai2023-07-142-7/+12
| | * bridge: Add extack warning when enabling STP in netns.Kuniyuki Iwashima2023-07-141-0/+3
| * | Merge tag 'ceph-for-6.5-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds2023-07-141-15/+26
| |\ \ | | |/ | |/|
| | * libceph: harden msgr2.1 frame segment length checksIlya Dryomov2023-07-131-15/+26
* | | tcp: add TCP_OLD_SEQUENCE drop reasonEric Dumazet2023-07-201-5/+11
* | | openvswitch: set IPS_CONFIRMED in tmpl status only when commit is set in conn...Xin Long2023-07-201-68/+10
* | | net: sched: set IPS_CONFIRMED in tmpl status only when commit is set in act_ctXin Long2023-07-201-1/+2
* | | netfilter: allow exp not to be removed in nf_ct_find_expectationXin Long2023-07-203-3/+5
* | | tcp: tcp_enter_quickack_mode() should be staticEric Dumazet2023-07-191-2/+1
* | | udp: use indirect call wrapper for data ready()Paolo Abeni2023-07-191-1/+1
* | | Merge tag 'ipsec-next-2023-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-07-191-1/+0
|\ \ \
| * | | xfrm: delete not-needed clear to zero of encap_oaLeon Romanovsky2023-06-091-1/+0
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-07-1910-232/+592
|\ \ \ \
| * | | | bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann2023-07-195-110/+229
| * | | | xsk: support ZC Tx multi-buffer in batch APIMaciej Fijalkowski2023-07-191-9/+36
| * | | | xsk: support mbuf on ZC RXMaciej Fijalkowski2023-07-192-1/+32
| * | | | xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski2023-07-192-0/+9
| * | | | xsk: discard zero length descriptors in Tx pathTirthendu Sarkar2023-07-191-0/+6
| * | | | xsk: add support for AF_XDP multi-buffer on Tx pathTirthendu Sarkar2023-07-192-33/+100
| * | | | xsk: introduce wrappers and helpers for supporting multi-buffer in Tx pathTirthendu Sarkar2023-07-192-32/+61
| * | | | xsk: add support for AF_XDP multi-buffer on Rx pathTirthendu Sarkar2023-07-192-29/+88
| * | | | xsk: move xdp_buff's data length check to xsk_rcv_checkTirthendu Sarkar2023-07-191-14/+13
| * | | | xsk: prepare both copy and zero-copy modes to co-existMaciej Fijalkowski2023-07-191-4/+13
| * | | | xsk: introduce XSK_USE_SG bind flag for xsk socketTirthendu Sarkar2023-07-191-2/+3
| * | | | xsk: prepare 'options' in xdp_desc for multi-buffer useTirthendu Sarkar2023-07-192-7/+13
| * | | | bpf: Drop useless btf_vmlinux in bpf_tcp_caGeliang Tang2023-07-181-2/+0
* | | | | sctp: Set TOS and routing scope independently for fib lookups.Guillaume Nault2023-07-191-1/+2
* | | | | dccp: Set TOS and routing scope independently for fib lookups.Guillaume Nault2023-07-191-1/+2
* | | | | bridge: Add backup nexthop ID supportIdo Schimmel2023-07-195-1/+32
* | | | | tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet2023-07-182-12/+18
* | | | | rtnetlink: Move nesting cancellation rollback to proper functionGal Pressman2023-07-181-5/+4
* | | | | net: dsa: remove legacy_pre_march2020 detectionRussell King (Oracle)2023-07-181-41/+0
|/ / / /
* | | | net: qrtr: Handle IPCR control port format of older targetsVignesh Viswanathan2023-07-171-0/+5
* | | | net: qrtr: ns: Change nodes radix tree to xarrayVignesh Viswanathan2023-07-171-3/+3