summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* genetlink: introduce helpers to do filtered multicastJiri Pirko2023-12-192-8/+58
* genetlink: introduce per-sock family private storageJiri Pirko2023-12-191-0/+11
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-184-3/+45
|\
| * bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu2023-12-141-0/+9
| * net, xdp: Correct grammarRandy Dunlap2023-12-141-2/+2
| * xdp: Add VLAN tag hintLarysa Zaremba2023-12-131-0/+6
| * xsk: add functions to fill control bufferMaciej Fijalkowski2023-12-132-0/+19
| * ice: Support RX hash XDP hintLarysa Zaremba2023-12-131-0/+3
| * net, xdp: Allow metadata > 32Aleksander Lobakin2023-12-111-1/+6
* | Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-12-182-23/+99
|\ \
| * | wifi: cfg80211: fix spelling & punctutationRandy Dunlap2023-12-141-5/+5
| * | wifi: mac80211: add a flag to disallow puncturingJohannes Berg2023-12-121-0/+4
| * | wifi: cfg80211: Add support for setting TID to link mappingIlan Peer2023-12-121-0/+18
| * | wifi: mac80211: update some locking documentationJohannes Berg2023-12-121-10/+9
| * | wifi: cfg80211: add BSS usage reportingJohannes Berg2023-12-121-7/+53
| * | wifi: cfg80211: expose nl80211_chan_width_to_mhz for wide sharingEvan Quan2023-12-121-0/+9
| * | wifi: cfg80211: make RX assoc data constJohannes Berg2023-12-061-1/+1
* | | skbuff: Optimization of SKB coalescing for page poolLiang Chen2023-12-171-0/+5
* | | inet: returns a bool from inet_sk_get_local_port_range()Eric Dumazet2023-12-151-1/+1
* | | net: Namespace-ify sysctl_optmem_maxEric Dumazet2023-12-152-1/+1
* | | virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov2023-12-151-1/+1
* | | net: mana: add msix index sharing between EQsKonstantin Taranov2023-12-151-2/+5
* | | page_pool: fix typos and punctuationRandy Dunlap2023-12-141-6/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-143-6/+20
|\ \ \
| * | | net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2023-12-111-0/+10
| * | | net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2023-12-082-6/+10
* | | | page_pool: transition to reference count management after page drainingLiang Chen2023-12-132-29/+37
* | | | net/sched: act_api: skip idr replace on bound actionsPedro Tammela2023-12-131-1/+1
* | | | ipv6: do not check fib6_has_expires() in fib6_info_release()Eric Dumazet2023-12-081-1/+0
* | | | netlink: Return unsigned value for nla_len()Kees Cook2023-12-081-1/+1
* | | | Use READ/WRITE_ONCE() for IP local_port_range.David Laight2023-12-083-7/+9
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-073-2/+15
|\| | |
| * | | drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupIdo Schimmel2023-12-071-0/+2
| * | | net/tcp: Consistently align TCP-AO option in the headerDmitry Safonov2023-12-061-0/+6
| * | | tcp: fix mid stream window clamp.Paolo Abeni2023-12-051-2/+7
* | | | ipv6: add debug checks in fib6_info_release()Eric Dumazet2023-12-061-1/+4
* | | | packet: add a generic drop reason for receiveYan Zhai2023-12-051-0/+6
* | | | net: Add queue and napi associationAmritha Nambiar2023-12-041-0/+4
* | | | tcp: Dump bound-only sockets in inet_diag.Guillaume Nault2023-12-041-0/+2
* | | | netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li2023-12-021-15/+32
| |_|/ |/| |
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-303-0/+153
|\ \ \
| * | | xsk: Add option to calculate TX checksum in SWStanislav Fomichev2023-11-291-0/+1
| * | | xsk: Validate xsk_tx_metadata flagsStanislav Fomichev2023-11-291-1/+22
| * | | xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev2023-11-293-0/+129
| * | | xsk: Support tx_metadata_lenStanislav Fomichev2023-11-292-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-303-1/+48
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Merge tag 'wireless-2023-11-29' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-11-291-0/+46
| |\ \
| | * | wifi: cfg80211: add locked debugfs wrappersJohannes Berg2023-11-271-0/+46
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-11-291-0/+1
| |\ \ \
| | * | | bpf, sockmap: af_unix stream sockets need to hold ref for pair sockJohn Fastabend2023-11-301-0/+1