summaryrefslogtreecommitdiff
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: btintel: Iterate only bluetooth device ACPI entriesKiran K2023-03-221-0/+1
* xdp: add xdp_set_features_flag utility routineLorenzo Bianconi2023-03-101-0/+11
* netfilter: tproxy: fix deadlock due to missing BH disableFlorian Westphal2023-03-061-0/+7
* sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long2023-02-231-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-02-221-1/+0
|\
| * netfilter: ctnetlink: make event listener tracking globalFlorian Westphal2023-02-221-1/+0
* | page_pool: add a comment explaining the fragment counter usageIlias Apalodimas2023-02-211-0/+10
* | net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-203-14/+23
* | net/sched: Rename user cookie and act cookiePaul Blakey2023-02-202-3/+3
* | Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski2023-02-203-1/+190
|\ \
| * | mac802154: Handle basic beaconingMiquel Raynal2023-01-281-0/+16
| * | ieee802154: Add support for user beaconing requestsMiquel Raynal2023-01-282-0/+26
| * | mac802154: Handle passive scanningMiquel Raynal2023-01-031-0/+16
| * | mac802154: Prepare forcing specific symbol durationMiquel Raynal2023-01-031-1/+2
| * | ieee802154: Introduce a helper to validate a channelMiquel Raynal2023-01-031-0/+11
| * | ieee802154: Define a beacon frame headerMiquel Raynal2023-01-031-0/+36
| * | ieee802154: Add support for user scanning requestsMiquel Raynal2023-01-032-0/+83
* | | net: make default_rps_mask a per netns attributePaolo Abeni2023-02-201-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2023-02-202-0/+9
|\ \ \
| * | | netfilter: let reset rules clean out conntrack entriesFlorian Westphal2023-02-171-0/+8
| * | | ipvs: avoid kfree_rcu without 2nd argJulian Anastasov2023-02-021-0/+1
* | | | ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOSTEric Dumazet2023-02-201-0/+5
* | | | ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONSEric Dumazet2023-02-201-0/+3
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-171-0/+13
|\ \ \ \
| * | | | dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2023-02-101-0/+13
| | |_|/ | |/| |
* | | | Merge tag 'wireless-next-2023-03-16' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-02-162-15/+125
|\ \ \ \
| * | | | wifi: cfg80211: remove gfp parameter from cfg80211_obss_color_collision_notif...Lorenzo Bianconi2023-02-151-1/+0
| * | | | wifi: cfg80211: call reg_notifier for self managed wiphy from driver hintWen Gong2023-02-141-0/+3
| * | | | wifi: cfg80211: get rid of gfp in cfg80211_bss_color_notifyLorenzo Bianconi2023-02-141-10/+6
| * | | | wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDUFelix Fietkau2023-02-141-0/+13
| * | | | wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau2023-02-141-1/+26
| * | | | wifi: mac80211: configure puncturing bitmapAloka Dixit2023-02-141-0/+3
| * | | | wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit2023-02-141-2/+4
| * | | | wifi: nl80211: validate and configure puncturing bitmapAloka Dixit2023-02-141-0/+8
| * | | | wifi: cfg80211: move puncturing bitmap validation from mac80211Aloka Dixit2023-02-141-0/+12
| * | | | wifi: mac80211: mlme: handle EHT channel puncturingJohannes Berg2023-02-141-1/+4
| * | | | wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD APVeerendranath Jakkam2023-02-141-0/+10
| * | | | wifi: cfg80211: Extend cfg80211_new_sta() for MLD APVeerendranath Jakkam2023-02-141-0/+24
| * | | | wifi: cfg80211: Authentication offload to user space for MLO connection in ST...Veerendranath Jakkam2023-02-141-0/+12
* | | | | net/sched: act_connmark: transition to percpu stats and rcuPedro Tammela2023-02-161-2/+7
* | | | | net/sched: act_nat: transition to percpu stats and rcuPedro Tammela2023-02-161-3/+7
* | | | | net/sched: Retire rsvp classifierJamal Hadi Salim2023-02-161-10/+0
* | | | | net/sched: Retire tcindex classifierJamal Hadi Salim2023-02-161-5/+0
* | | | | net: no longer support SOCK_REFCNT_DEBUG featureJason Xing2023-02-151-28/+0
* | | | | net/sched: support per action hw statsOz Shlomo2023-02-142-10/+20
* | | | | net/sched: introduce flow_offload action cookieOz Shlomo2023-02-141-0/+2
* | | | | net/sched: pass flow_stats instead of multiple stats argsOz Shlomo2023-02-141-6/+5
* | | | | ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet2023-02-132-1/+10
* | | | | ipv6: icmp6: add drop reason support to icmpv6_notify()Eric Dumazet2023-02-131-1/+2
* | | | | net: dropreason: add SKB_DROP_REASON_IPV6_BAD_EXTHDREric Dumazet2023-02-131-0/+3