summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-07-20openvswitch: set IPS_CONFIRMED in tmpl status only when commit is set in conn...Xin Long
2023-07-20net: sched: set IPS_CONFIRMED in tmpl status only when commit is set in act_ctXin Long
2023-07-20netfilter: allow exp not to be removed in nf_ct_find_expectationXin Long
2023-07-19tcp: tcp_enter_quickack_mode() should be staticEric Dumazet
2023-07-19udp: use indirect call wrapper for data ready()Paolo Abeni
2023-07-19Merge tag 'ipsec-next-2023-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-07-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann
2023-07-19xsk: support ZC Tx multi-buffer in batch APIMaciej Fijalkowski
2023-07-19xsk: support mbuf on ZC RXMaciej Fijalkowski
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski
2023-07-19xsk: discard zero length descriptors in Tx pathTirthendu Sarkar
2023-07-19xsk: add support for AF_XDP multi-buffer on Tx pathTirthendu Sarkar
2023-07-19xsk: introduce wrappers and helpers for supporting multi-buffer in Tx pathTirthendu Sarkar
2023-07-19xsk: add support for AF_XDP multi-buffer on Rx pathTirthendu Sarkar
2023-07-19xsk: move xdp_buff's data length check to xsk_rcv_checkTirthendu Sarkar
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-19sctp: Set TOS and routing scope independently for fib lookups.Guillaume Nault
2023-07-19dccp: Set TOS and routing scope independently for fib lookups.Guillaume Nault
2023-07-19bridge: Add backup nexthop ID supportIdo Schimmel
2023-07-18tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet
2023-07-18bpf: Drop useless btf_vmlinux in bpf_tcp_caGeliang Tang
2023-07-18rtnetlink: Move nesting cancellation rollback to proper functionGal Pressman
2023-07-18net: dsa: remove legacy_pre_march2020 detectionRussell King (Oracle)
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