summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-21net: ethtool: fix __ethtool_dev_mm_supported() implementationVladimir Oltean
2023-02-21ethtool: pse-pd: Fix double word in commentsBo Liu
2023-02-21xsk: add linux/vmalloc.h to xsk.cXuan Zhuo
2023-02-20net/sched: flower: Support hardware miss to tc actionPaul Blakey
2023-02-20net/sched: flower: Move filter handle initialization earlierPaul Blakey
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey
2023-02-20Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski
2023-02-20net/ulp: Remove redundant ->clone() test in inet_clone_ulp().Kuniyuki Iwashima
2023-02-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-20scm: add user copy checks to put_cmsg()Eric Dumazet
2023-02-20devlink: drop leftover duplicate/unused codePaolo Abeni
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni
2023-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2023-02-20l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida
2023-02-20ipv6: icmp6: add drop reason support to icmpv6_echo_reply()Eric Dumazet
2023-02-20ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOSTEric Dumazet
2023-02-20ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONSEric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_redirect_rcv()Eric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_router_discovery()Eric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_rs()Eric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_na()Eric Dumazet
2023-02-20ipv6: icmp6: add drop reason support to ndisc_recv_ns()Eric Dumazet
2023-02-20net: add location to trace_consume_skb()Eric Dumazet
2023-02-20xsk: support use vaddr as ringXuan Zhuo
2023-02-20net/smc: fix application data exceptionD. Wythe
2023-02-20net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe
2023-02-20net/sched: taprio: dynamic max_sdu larger than the max_mtu is unlimitedVladimir Oltean
2023-02-20net/sched: taprio: don't allow dynamic max_sdu to go negative after stab adju...Vladimir Oltean
2023-02-20net/sched: taprio: fix calculation of maximum gate durationsVladimir Oltean
2023-02-20rxrpc: Fix overproduction of wakeups to recvmsg()David Howells
2023-02-18ieee802154: Drop device trackersMiquel Raynal
2023-02-18mac802154: Fix an always true conditionMiquel Raynal
2023-02-18mac802154: Send beacons using the MLME Tx pathMiquel Raynal
2023-02-18ieee802154: Change error code on monitor scan netlink requestMiquel Raynal
2023-02-18ieee802154: Convert scan error messages to extackMiquel Raynal
2023-02-18ieee802154: Use netlink policies when relevant on scan parametersMiquel Raynal
2023-02-17bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau
2023-02-17Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"Martin KaFai Lau
2023-02-17bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau
2023-02-17bpf: Disable bh in bpf_test_run for xdp and tc progMartin KaFai Lau
2023-02-17xsk: check IFF_UP earlier in Tx pathMaciej Fijalkowski
2023-02-17netfilter: let reset rules clean out conntrack entriesFlorian Westphal