summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: remove cfg80211_get_chan_state()Johannes Berg2022-05-041-5/+0
* Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-05-031-25/+65
|\
| * mac80211: prepare sta handling for MLO supportSriram R2022-04-111-22/+58
| * mac80211: introduce BSS color collision detectionLorenzo Bianconi2022-04-111-0/+4
| * mac80211: Improve confusing comment around tx_info clearingToke Høiland-Jørgensen2022-04-111-3/+3
* | Stefan Schmidt says:Jakub Kicinski2022-05-022-2/+23
|\ \
| * | net: mac802154: Create an error helper for asynchronous offloading errorsMiquel Raynal2022-04-251-0/+9
| * | net: mac802154: Create an offloaded transmission error helperMiquel Raynal2022-04-251-0/+10
| * | net: mac802154: Set durations automaticallyMiquel Raynal2022-02-101-0/+2
| * | net: mac802154: Convert the symbol duration into nanosecondsMiquel Raynal2022-02-101-2/+2
* | | net: inline sock_alloc_send_skbPavel Begunkov2022-04-301-2/+8
* | | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-8/+10
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-286-3/+13
|\ \ \
| * \ \ Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2022-04-282-1/+2
| |\ \ \
| | * | | Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz2022-04-261-1/+1
| | * | | Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz2022-04-261-0/+1
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-271-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2022-04-261-0/+1
| * | | | tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-0/+1
| * | | | tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-251-0/+1
| * | | | ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-04-252-2/+2
| * | | | tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-04-221-0/+6
* | | | | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-262-14/+0
* | | | | devlink: introduce line card device info infrastructureJiri Pirko2022-04-251-2/+6
* | | | | devlink: introduce line card info get messageJiri Pirko2022-04-251-1/+6
* | | | | devlink: introduce line card devices supportJiri Pirko2022-04-251-0/+7
* | | | | mptcp: infinite mapping sendingGeliang Tang2022-04-231-1/+2
* | | | | ipv4: Avoid using RTO_ONLINK with ip_route_connect().Guillaume Nault2022-04-221-12/+24
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-223-6/+11
|\| | | |
| * | | | ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-151-2/+2
| * | | | net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2022-04-151-2/+9
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-04-151-2/+0
| |\ \ \ \
| | * | | | esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-131-2/+0
| | |/ / /
* | | | | flow_dissector: Add number of vlan tags dissectorBoris Sukholitko2022-04-201-0/+9
* | | | | net: sched: support hash selecting tx queueTonghao Zhang2022-04-191-0/+1
* | | | | devlink: add port to line card relationship setJiri Pirko2022-04-181-0/+3
* | | | | devlink: implement line card active stateJiri Pirko2022-04-181-0/+2
* | | | | devlink: implement line card provisioningJiri Pirko2022-04-181-2/+41
* | | | | devlink: add support to create line card and expose to userJiri Pirko2022-04-181-0/+4
* | | | | net: page_pool: introduce ethtool statsLorenzo Bianconi2022-04-151-0/+21
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-151-0/+2
|\| | | |
| * | | | net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-081-0/+2
| |/ / /
* | | | net: rtnetlink: add bulk delete support flagNikolay Aleksandrov2022-04-131-1/+2
* | | | net: rtnetlink: use BIT for flag valuesNikolay Aleksandrov2022-04-131-1/+1
* | | | net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov2022-04-131-0/+6
* | | | net: rtnetlink: add msg kind namesNikolay Aleksandrov2022-04-131-0/+7
* | | | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-126-10/+9
* | | | ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault2022-04-111-1/+1
* | | | ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault2022-04-111-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-04-111-2/+6
|\ \ \ \