summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211/mac80211: report link ID on control port RXJohannes Berg2023-03-073-10/+18
* wifi: mac80211: add support for set_hw_timestamp commandAvraham Stern2023-03-071-0/+17
* wifi: nl80211: add a command to enable/disable HW timestampingAvraham Stern2023-03-073-0/+79
* wifi: wireless: cleanup unused function parametersMordechay Goodstein2023-03-071-16/+5
* wifi: wireless: correct primary channel validation on 6 GHzMordechay Goodstein2023-03-071-7/+6
* wifi: wireless: return primary channel regardless of DUPMordechay Goodstein2023-03-071-3/+1
* wifi: mac80211: allow beacon protection HW offloadJohannes Berg2023-03-071-0/+4
* wifi: mac80211: check key taint for beacon protectionJohannes Berg2023-03-071-0/+6
* wifi: mac80211: clear all bits that relate rtap fields on skbMordechay Goodstein2023-03-071-2/+9
* wifi: mac80211: adjust scan cancel comment/checkJohannes Berg2023-03-071-4/+4
* net/sched: flower: Support hardware miss to tc actionPaul Blakey2023-02-201-1/+12
* net/sched: flower: Move filter handle initialization earlierPaul Blakey2023-02-201-27/+35
* net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-203-12/+208
* net/sched: Rename user cookie and act cookiePaul Blakey2023-02-202-27/+27
* Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski2023-02-2014-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-201-2/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-02-203-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-151-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