summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-011-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-012-4/+4
|\
| * cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-291-0/+1
| * sctp: subtract sctphdr len in sctp_transport_pl_hlenXin Long2021-10-291-1/+2
| * sctp: reset probe_timer in sctp_transport_pl_updateXin Long2021-10-291-3/+1
* | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-011-2/+6
* | tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-012-8/+8
* | amt: add mld report message handlerTaehee Yoo2021-11-011-0/+1
* | amt: add multicast(IGMP) report message handlerTaehee Yoo2021-11-011-1/+103
* | amt: add data plane of amt interfaceTaehee Yoo2021-11-011-0/+47
* | amt: add control plane of amt interfaceTaehee Yoo2021-11-011-0/+235
* | ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2021-11-011-4/+4
* | devlink: expose get/put functionsJakub Kicinski2021-11-011-0/+12
* | net: dsa: populate supported_interfaces memberMarek BehĂșn2021-11-011-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-11-013-8/+15
|\ \
| * | netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso2021-11-011-0/+2
| * | netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso2021-11-013-8/+13
* | | mctp: Pass flow data & flow release events to driversJeremy Kerr2021-10-292-0/+22
* | | mctp: Add flow extension to skbJeremy Kerr2021-10-291-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-285-13/+17
|\ \ \ | | |/ | |/|
| * | mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti2021-10-281-0/+4
| * | net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan2021-10-281-7/+2
| * | Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2021-10-271-2/+0
| |\ \
| | * | cfg80211: fix management registrations lockingJohannes Berg2021-10-251-2/+0
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-262-2/+8
| |\ \ \
| | * | | net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2021-10-262-2/+8
| | |/ /
| * / / net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-10-261-2/+3
| |/ /
* | | net: cleanup __sk_stream_memory_free()Eric Dumazet2021-10-281-8/+2
* | | tcp: cleanup tcp_remove_empty_skb() useEric Dumazet2021-10-281-1/+1
* | | net: introduce sk_forward_alloc_get()Paolo Abeni2021-10-271-0/+11
* | | tcp: define macros for a couple reclaim thresholdsPaolo Abeni2021-10-271-2/+7
* | | net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee2021-10-271-1/+1
* | | net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2021-10-271-38/+10
* | | mctp: Implement extended addressingJeremy Kerr2021-10-261-4/+9
* | | tcp: rename sk_stream_alloc_skbEric Dumazet2021-10-262-3/+2
* | | net: annotate data-race in neigh_output()Eric Dumazet2021-10-261-3/+8
* | | ipv4: guard IP_MINTTL with a static keyEric Dumazet2021-10-251-0/+2
* | | ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet2021-10-251-0/+1
* | | net: annotate accesses to sk->sk_rx_queue_mappingEric Dumazet2021-10-251-3/+7
* | | net: avoid dirtying sk->sk_rx_queue_mappingEric Dumazet2021-10-251-4/+2
* | | net: avoid dirtying sk->sk_napi_idEric Dumazet2021-10-251-1/+2
* | | ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2021-10-251-0/+2
* | | tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2021-10-252-2/+4
* | | net/tls: tls_crypto_context add supported algorithms contextTianjia Zhang2021-10-251-0/+2
* | | net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-251-0/+1
* | | Revert "Merge branch 'dsa-rtnl'"David S. Miller2021-10-251-1/+0
* | | net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-241-0/+1
* | | devlink: Delete obsolete parameters publish APILeon Romanovsky2021-10-221-3/+0
* | | Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski2021-10-222-1/+89
|\ \ \
| * | | cfg80211: fix kernel-doc for MBSSID EMAJohannes Berg2021-10-211-1/+1