summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | net/sched: simplify tc_action_load_ops parametersPedro Tammela2024-01-072-8/+7
| * | | | | net: ethtool: reject unsupported RSS input xfrm valuesAhmed Zaki2024-01-051-0/+3
| * | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-0514-362/+18
| |\ \ \ \ \
| | * | | | | bpfilter: remove bpfilterQuentin Deslandes2024-01-0413-359/+0
| | * | | | | bpf: sockmap, fix proto update hook to avoid dup callsJohn Fastabend2024-01-031-3/+18
| * | | | | | net: gro: parse ipv6 ext headers without frag0 invalidationRichard Gobert2024-01-051-10/+41
| * | | | | | net: gso: add HBH extension header offload supportRichard Gobert2024-01-052-14/+22
| * | | | | | net: fill in MODULE_DESCRIPTION()s for CAIFJakub Kicinski2024-01-054-0/+4
| * | | | | | net: fill in MODULE_DESCRIPTION() for AF_PACKETJakub Kicinski2024-01-051-0/+1
| * | | | | | net: fill in MODULE_DESCRIPTION()s for DSA tagsJakub Kicinski2024-01-0518-0/+18
| * | | | | | net: fill in MODULE_DESCRIPTION()s for ATMJakub Kicinski2024-01-052-0/+2
| * | | | | | net: sched: move block device tracking into tcf_block_get/put_ext()Jiri Pirko2024-01-053-55/+14
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-0418-50/+129
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'wireless-next-2024-01-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-01-0413-44/+1165
| |\ \ \ \ \ \
| | * | | | | | wifi: mac80211: remove redundant ML element checkJohannes Berg2024-01-031-19/+10
| | * | | | | | wifi: cfg80211: parse all ML elements in an ML probe responseBenjamin Berg2024-01-031-14/+26
| | * | | | | | wifi: cfg80211: correct comment about MLD IDBenjamin Berg2024-01-031-2/+5
| | * | | | | | wifi: cfg80211: Update the default DSCP-to-UP mappingIlan Peer2024-01-031-0/+56
| | * | | | | | wifi: cfg80211: tests: add some scanning related testsBenjamin Berg2024-01-036-5/+766
| | * | | | | | wifi: mac80211: kunit: extend MFP testsJohannes Berg2024-01-031-4/+70
| | * | | | | | wifi: mac80211: kunit: generalize public action testJohannes Berg2024-01-031-21/+57
| | * | | | | | wifi: mac80211: add kunit tests for public action handlingJohannes Berg2024-01-034-2/+198
| | * | | | | | wifi: mac80211: fix spelling typo in commentZheng tan2024-01-031-1/+1
| | * | | | | | wifi: cfg80211: fix RCU dereference in __cfg80211_bss_updateEdward Adam Davis2024-01-031-1/+1
| * | | | | | | Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski2024-01-049-376/+29
| * | | | | | | Merge tag 'ieee802154-for-net-next-2023-12-20' of gitolite.kernel.org:pub/scm...Jakub Kicinski2024-01-0411-28/+1071
| |\ \ \ \ \ \ \
| | * | | | | | | mac802154: Avoid new associations while disassociatingMiquel Raynal2023-12-152-4/+15
| | * | | | | | | ieee802154: Avoid confusing changes after associatingMiquel Raynal2023-12-151-12/+18
| | * | | | | | | mac802154: Only allow PAN controllers to process association requestsMiquel Raynal2023-12-151-0/+6
| | * | | | | | | mac802154: Use the PAN coordinator parameter when stamping packetsMiquel Raynal2023-12-151-4/+7
| | * | | | | | | mac80254: Provide real PAN coordinator info in beaconsMiquel Raynal2023-12-151-2/+2
| | * | | | | | | ieee802154: Give the user the association listMiquel Raynal2023-11-201-2/+101
| | * | | | | | | mac802154: Handle disassociation notifications from peersMiquel Raynal2023-11-203-0/+65
| | * | | | | | | mac802154: Follow the number of associated devicesMiquel Raynal2023-11-203-10/+26
| | * | | | | | | ieee802154: Add support for limiting the number of associated devicesMiquel Raynal2023-11-203-0/+37
| | * | | | | | | mac802154: Handle association requests from peersMiquel Raynal2023-11-205-0/+189
| | * | | | | | | mac802154: Handle disassociationsMiquel Raynal2023-11-204-0/+166
| | * | | | | | | ieee802154: Add support for user disassociation requestsMiquel Raynal2023-11-203-0/+75
| | * | | | | | | mac802154: Handle associatingMiquel Raynal2023-11-206-0/+238
| | * | | | | | | ieee802154: Add support for user association requestsMiquel Raynal2023-11-203-0/+77
| | * | | | | | | ieee802154: Internal PAN managementMiquel Raynal2023-11-203-1/+66
| | * | | | | | | ieee802154: Let PAN IDs be resetMiquel Raynal2023-11-201-10/+0
| * | | | | | | | sctp: fix busy pollingEric Dumazet2024-01-041-6/+4
| * | | | | | | | net: kcm: fix direct access to bv_lenMina Almasry2024-01-031-1/+1
| * | | | | | | | vsock/virtio: use skb_frag_*() helpersMina Almasry2024-01-031-3/+3
| * | | | | | | | net/sched: sch_api: conditional netlink notificationsPedro Tammela2024-01-031-11/+68
| * | | | | | | | net/sched: introduce ACT_P_BOUND return codePedro Tammela2024-01-0320-21/+21
| * | | | | | | | net-device: move xdp_prog to net_device_read_rxEric Dumazet2024-01-031-1/+1
| * | | | | | | | fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao2024-01-035-9/+8
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | net/sched: cls_api: complement tcf_tfilter_dump_policyLin Ma2024-01-031-0/+1