summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-07-19xsk: prepare both copy and zero-copy modes to co-existMaciej Fijalkowski
2023-07-19xsk: introduce XSK_USE_SG bind flag for xsk socketTirthendu Sarkar
2023-07-19xsk: prepare 'options' in xdp_desc for multi-buffer useTirthendu Sarkar
2023-07-18bpf: Drop useless btf_vmlinux in bpf_tcp_caGeliang Tang
2023-07-17net: qrtr: Handle IPCR control port format of older targetsVignesh Viswanathan
2023-07-17net: qrtr: ns: Change nodes radix tree to xarrayVignesh Viswanathan
2023-07-17net: qrtr: ns: Change servers radix tree to xarrayVignesh Viswanathan
2023-07-14devlink: remove reload failed checks in params get/set callbacksJiri Pirko
2023-07-14ipv6: Constify the sk parameter of several helper functions.Guillaume Nault
2023-07-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-07-13selftests/bpf: add testcase for TRACING with 6+ argumentsMenglong Dong
2023-07-13net/sched: sch_qfq: account for stab overhead in qfq_enqueuePedro Tammela
2023-07-13net/sched: sch_qfq: reintroduce lmax bound check for MTUPedro Tammela
2023-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-12wifi: cfg80211: fix receiving mesh packets without RFC1042 headerFelix Fietkau
2023-07-12ipv6: rpl: Remove redundant skb_dst_drop().Kuniyuki Iwashima
2023-07-12tcp: add a scheduling point in established_get_first()Jian Wen
2023-07-12net/sched: flower: Ensure both minimum and maximum ports are specifiedIdo Schimmel
2023-07-11xdp: use trusted arguments in XDP hints kfuncsLarysa Zaremba
2023-07-11netlink: Make use of __assign_bit() APIAndy Shevchenko
2023-07-11net/core: Make use of assign_bit() APIAndy Shevchenko
2023-07-10net: sched: Replace strlcpy with strscpyAzeem Shaikh
2023-07-09ipv6/addrconf: fix a potential refcount underflow for idevZiyang Xuan
2023-07-08udp6: fix udp6_ehashfn() typoEric Dumazet
2023-07-08icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev().Kuniyuki Iwashima
2023-07-08net: prevent skb corruption on frag list segmentationPaolo Abeni
2023-07-07udp6: add a missing call into udp_fail_queue_rcv_skb tracepointIvan Babrou
2023-07-06net/sched: cls_fw: Fix improper refcount update leads to use-after-freeM A Ramdhan
2023-07-06Merge tag 'nf-23-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2023-07-06netfilter: nf_tables: prevent OOB access in nft_byteorder_evalThadeu Lima de Souza Cascardo
2023-07-05Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-05Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-05netfilter: nf_tables: do not ignore genmask when looking up chain by idThadeu Lima de Souza Cascardo
2023-07-05netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal
2023-07-05netfilter: conntrack: Avoid nf_ct_helper_hash uses after freeFlorent Revest
2023-07-05netfilter: conntrack: gre: don't set assured flag for clash entriesFlorian Westphal
2023-07-05netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso
2023-07-05mptcp: do not rely on implicit state check in mptcp_listen()Paolo Abeni
2023-07-05mptcp: ensure subflow is unhashed before cleaning the backlogPaolo Abeni
2023-07-04net: dsa: sja1105: always enable the send_meta optionsVladimir Oltean
2023-07-04net: dsa: tag_sja1105: fix MAC DA patching from meta framesVladimir Oltean
2023-07-04net/sched: act_pedit: Add size check for TCA_PEDIT_PARMS_EXLin Ma
2023-07-04xsk: Honor SO_BINDTODEVICE on bindIlya Maximets
2023-07-03Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2023-07-03tcp: annotate data races in __tcp_oow_rate_limited()Eric Dumazet
2023-07-03net: dsa: tag_sja1105: fix source port decoding in vlan_filtering=0 bridge modeVladimir Oltean
2023-07-03net: bridge: keep ports without IFF_UNICAST_FLT in BR_PROMISC modeVladimir Oltean
2023-07-01Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-06-30selftests/bpf: Add test to exercise typedef walkingStanislav Fomichev