aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: devlink: stub port params cmds for they are unused internallyJiri Pirko2022-08-301-1/+0
* netlink: add helpers for extack attr presence checkingJakub Kicinski2022-08-301-0/+7
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+3
* net: sched: remove unnecessary init of qdisc skb headZhengchao Shao2022-08-261-7/+0
* Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-08-262-13/+39
|\
| * wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Veerendranath Jakkam2022-08-251-1/+3
| * wifi: mac80211: maintain link_id in link_staJohannes Berg2022-08-251-0/+2
| * wifi: mac80211: add link information in ieee80211_rx_statusVasanthakumar Thiagarajan2022-08-251-0/+5
| * wifi: mac80211: properly implement MLO key handlingJohannes Berg2022-08-251-0/+2
| * wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-12/+25
| * wifi: cfg80211: add link id to txq paramsShaul Triebitz2022-08-251-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-255-3/+7
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-242-0/+4
| |\ \
| | * | netfilter: flowtable: fix stuck flows on cleanup due to pending workPablo Neira Ayuso2022-08-241-0/+2
| | * | netfilter: flowtable: add function to invoke garbage collection immediatelyPablo Neira Ayuso2022-08-241-0/+1
| | * | netfilter: nf_tables: make table handle allocation per-netns friendlyPablo Neira Ayuso2022-08-241-0/+1
| * | | net: Fix a data-race around gro_normal_batch.Kuniyuki Iwashima2022-08-241-1/+1
| * | | net: Fix a data-race around sysctl_net_busy_poll.Kuniyuki Iwashima2022-08-241-1/+1
| |/ /
| * | bonding: 3ad: make ad_ticks_per_sec a constJonathan Toppins2022-08-221-1/+1
* | | net: devlink: limit flash component name to match version returned by info_get()Jiri Pirko2022-08-251-2/+1
* | | net: devlink: extend info_get() version put to indicate a flash componentJiri Pirko2022-08-251-0/+16
* | | net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao2022-08-251-1/+0
* | | net: gro: skb_gro_header helper functionRichard Gobert2022-08-251-15/+18
* | | net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-243-2/+95
* | | netlink: fix some kernel-doc commentsZhengchao Shao2022-08-241-1/+3
* | | net: dsa: use dsa_tree_for_each_cpu_port in dsa_tree_{setup,teardown}_masterVladimir Oltean2022-08-231-0/+4
* | | vsock: add API call for data readyArseniy Krasnov2022-08-231-0/+1
* | | vsock: SO_RCVLOWAT transport set callbackArseniy Krasnov2022-08-231-0/+1
* | | Remove DECnet support from kernelStephen Hemminger2022-08-227-954/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-183-1/+27
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-08-171-1/+1
| |\ \
| | * | netfilter: nfnetlink: re-enable conntrack expectation eventsFlorian Westphal2022-08-111-1/+1
| * | | net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells2022-08-171-0/+25
| * | | neighbour: make proxy_queue.qlen limit per-deviceAlexander Mikhalitsyn2022-08-151-0/+1
* | | | net: macsec: Expose MACSEC_SALT_LEN definition to user spaceEmeel Hakim2022-08-181-1/+0
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-08-171-6/+0
|\ \ \ \
| * | | | net: netfilter: Remove ifdefs for code shared by BPF and ctnetlinkKumar Kartikeya Dwivedi2022-08-091-6/+0
* | | | | net: sched: remove the unused return value of unregister_qdiscZhengchao Shao2022-08-161-1/+1
| |/ / / |/| | |
* | | | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-117-29/+80
|\ \ \ \
| * | | | net: add missing kdoc for struct genl_multicast_group::flagsJakub Kicinski2022-08-111-2/+3
| * | | | net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-101-1/+1
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-101-0/+4
| |\ \ \ \
| | * | | | mptcp, btf: Add struct mptcp_sock definition when CONFIG_MPTCP is disabledJiri Olsa2022-08-081-0/+4
| * | | | | net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei2022-08-101-20/+48
| | |_|/ / | |/| | |
| * | | | ax88796: Fix some typo in a commentChristophe JAILLET2022-08-091-2/+2
| * | | | netfilter: nf_tables: disallow jump to implicit chain from set elementPablo Neira Ayuso2022-08-091-0/+5
| * | | | netfilter: nf_tables: upfront validation of data via nft_data_init()Pablo Neira Ayuso2022-08-091-2/+2
| * | | | netfilter: nf_tables: validate variable length element extensionPablo Neira Ayuso2022-08-091-1/+3
| |/ / /
| * / / net: bonding: replace dev_trans_start() with the jiffies of the last ARP/NSVladimir Oltean2022-08-031-1/+12
| |/ /
* | | Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxLinus Torvalds2022-08-061-4/+45
|\ \ \ | |/ / |/| |