summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-22299-13882/+13406
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-213-67/+77
| |\
| | * l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida2023-02-201-58/+67
| | * net/smc: fix application data exceptionD. Wythe2023-02-201-9/+8
| | * net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe2023-02-201-0/+2
| * | net: ethtool: fix __ethtool_dev_mm_supported() implementationVladimir Oltean2023-02-211-1/+1
| * | ethtool: pse-pd: Fix double word in commentsBo Liu2023-02-211-1/+1
| * | xsk: add linux/vmalloc.h to xsk.cXuan Zhuo2023-02-211-0/+1
| * | net/sched: flower: Support hardware miss to tc actionPaul Blakey2023-02-211-1/+12
| * | net/sched: flower: Move filter handle initialization earlierPaul Blakey2023-02-211-27/+35
| * | net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-213-12/+208
| * | net/sched: Rename user cookie and act cookiePaul Blakey2023-02-212-27/+27
| * | Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski2023-02-2114-34/+1099
| |\ \
| | * | ieee802154: Drop device trackersMiquel Raynal2023-02-181-20/+4
| | * | mac802154: Fix an always true conditionMiquel Raynal2023-02-181-3/+2
| | * | mac802154: Send beacons using the MLME Tx pathMiquel Raynal2023-02-181-1/+19
| | * | ieee802154: Change error code on monitor scan netlink requestMiquel Raynal2023-02-181-1/+1
| | * | ieee802154: Convert scan error messages to extackMiquel Raynal2023-02-181-6/+13
| | * | ieee802154: Use netlink policies when relevant on scan parametersMiquel Raynal2023-02-181-56/+28
| | * | mac802154: Avoid superfluous endianness handlingMiquel Raynal2023-01-301-2/+2
| | * | mac802154: Handle basic beaconingMiquel Raynal2023-01-287-3/+230
| | * | ieee802154: Add support for user beaconing requestsMiquel Raynal2023-01-284-0/+143
| | * | mac802154: Handle passive scanningMiquel Raynal2023-01-037-6/+407
| | * | mac802154: Add MLME Tx locked helpersMiquel Raynal2023-01-032-13/+35
| | * | mac802154: Prepare forcing specific symbol durationMiquel Raynal2023-01-032-10/+12
| | * | ieee802154: Introduce a helper to validate a channelMiquel Raynal2023-01-031-2/+1
| | * | ieee802154: Add support for user scanning requestsMiquel Raynal2023-01-034-0/+291
| * | | net/ulp: Remove redundant ->clone() test in inet_clone_ulp().Kuniyuki Iwashima2023-02-211-2/+1
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-02-213-41/+63
| |\ \ \
| | * | | bpf: Add BPF_FIB_LOOKUP_SKIP_NEIGH for bpf_fib_lookupMartin KaFai Lau2023-02-171-13/+26
| | * | | Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"Martin KaFai Lau2023-02-171-23/+6
| | * | | bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau2023-02-171-2/+2
| | * | | bpf: Disable bh in bpf_test_run for xdp and tc progMartin KaFai Lau2023-02-171-0/+2
| | * | | xsk: check IFF_UP earlier in Tx pathMaciej Fijalkowski2023-02-171-26/+33
| | * | | bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin2023-02-161-6/+23
| * | | | scm: add user copy checks to put_cmsg()Eric Dumazet2023-02-201-0/+2
| * | | | devlink: drop leftover duplicate/unused codePaolo Abeni2023-02-201-13/+0
| * | | | net: make default_rps_mask a per netns attributePaolo Abeni2023-02-202-20/+54
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2023-02-209-11/+75
| |\ \ \ \
| | * | | | netfilter: let reset rules clean out conntrack entriesFlorian Westphal2023-02-175-0/+65
| | * | | | ipvs: avoid kfree_rcu without 2nd argJulian Anastasov2023-02-021-1/+1
| | * | | | netfilter: conntrack: remote a return value of the 'seq_print_acct' function.Gavrilov Ilia2023-02-011-8/+4
| | * | | | netfilter: conntrack: udp: fix seen-reply testFlorian Westphal2023-02-011-1/+1
| | * | | | netfilter: nf_tables: fix wrong pointer passed to PTR_ERR()Yang Yingliang2023-02-011-1/+1
| | * | | | netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj()Alok Tiwari2023-02-011-0/+3
| * | | | | ipv6: icmp6: add drop reason support to icmpv6_echo_reply()Eric Dumazet2023-02-201-5/+8
| * | | | | ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOSTEric Dumazet2023-02-201-1/+3
| * | | | | ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONSEric Dumazet2023-02-201-17/+10
| * | | | | ipv6: icmp6: add drop reason support to ndisc_redirect_rcv()Eric Dumazet2023-02-201-10/+11
| * | | | | ipv6: icmp6: add drop reason support to ndisc_router_discovery()Eric Dumazet2023-02-201-18/+19