aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-18bpf: Drop useless btf_vmlinux in bpf_tcp_caGeliang Tang1-2/+0
2023-07-18rtnetlink: Move nesting cancellation rollback to proper functionGal Pressman1-5/+4
2023-07-18net: dsa: remove legacy_pre_march2020 detectionRussell King (Oracle)1-41/+0
2023-07-17net: qrtr: Handle IPCR control port format of older targetsVignesh Viswanathan1-0/+5
2023-07-17net: qrtr: ns: Change nodes radix tree to xarrayVignesh Viswanathan1-3/+3
2023-07-17net: qrtr: ns: Change servers radix tree to xarrayVignesh Viswanathan1-109/+24
2023-07-17can: bcm: Fix UAF in bcm_proc_show()YueHaibing1-6/+6
2023-07-17can: raw: fix receiver memory leakZiyang Xuan1-33/+24
2023-07-17net: sched: cls_flower: Undo tcf_bind_filter in case of an errorVictor Nogueira1-52/+47
2023-07-17net: sched: cls_bpf: Undo tcf_bind_filter in case of an errorVictor Nogueira1-52/+47
2023-07-17net: sched: cls_u32: Undo refcount decrement in case update failedVictor Nogueira1-0/+7
2023-07-17net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knodeVictor Nogueira1-11/+30
2023-07-17net: sched: cls_matchall: Undo tcf_bind_filter in case of failure after mall_...Victor Nogueira1-23/+12
2023-07-14Merge tag 'ceph-for-6.5-rc2' of https://github.com/ceph/ceph-clientLinus Torvalds1-15/+26
2023-07-14gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai2-7/+12
2023-07-14devlink: remove reload failed checks in params get/set callbacksJiri Pirko1-2/+2
2023-07-14bridge: Add extack warning when enabling STP in netns.Kuniyuki Iwashima1-0/+3
2023-07-14ipv6: Constify the sk parameter of several helper functions.Guillaume Nault3-12/+9
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+17
2023-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-110/+197
2023-07-13selftests/bpf: add testcase for TRACING with 6+ argumentsMenglong Dong1-1/+13
2023-07-13libceph: harden msgr2.1 frame segment length checksIlya Dryomov1-15/+26
2023-07-13net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela1-1/+6
2023-07-13net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela1-2/+9
2023-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+1
2023-07-12wifi: cfg80211: fix receiving mesh packets without RFC1042 headerFelix Fietkau1-0/+2
2023-07-12ipv6: rpl: Remove redundant skb_dst_drop().Kuniyuki Iwashima2-4/+1
2023-07-12tcp: add a scheduling point in established_get_first()Jian Wen1-0/+3
2023-07-12net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel1-0/+10
2023-07-11xdp: use trusted arguments in XDP hints kfuncsLarysa Zaremba1-1/+1
2023-07-11netlink: Make use of __assign_bit() APIAndy Shevchenko1-4/+1
2023-07-11net/core: Make use of assign_bit() APIAndy Shevchenko2-18/+5
2023-07-11ip_vti: fix potential slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-07-11ip6_vti: fix slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-07-11xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-07-10xfrm: Silence warnings triggerable by bad packetsHerbert Xu1-13/+9
2023-07-10net: sched: Replace strlcpy with strscpyAzeem Shaikh1-1/+1
2023-07-09ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan1-2/+1
2023-07-08udp6: fix udp6_ehashfn() typoEric Dumazet1-1/+1
2023-07-08icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima1-1/+4
2023-07-08net: prevent skb corruption on frag list segmentationPaolo Abeni1-0/+5
2023-07-07udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou2-0/+4
2023-07-06net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan1-5/+5
2023-07-06Merge tag 'nf-23-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni8-96/+148
2023-07-06netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo1-7/+7
2023-07-05Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds15-135/+230
2023-07-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+5
2023-07-05netfilter: nf_tables: do not ignore genmask when looking up chain by idThadeu Lima de Souza Cascardo1-4/+7
2023-07-05netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal1-13/+7
2023-07-05netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest1-0/+4