summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-281-0/+11
* | tcp: define macros for a couple reclaim thresholdsPaolo Abeni2021-10-281-2/+7
* | net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee2021-10-281-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-261-0/+2
* | ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet2021-10-261-0/+1
* | net: annotate accesses to sk->sk_rx_queue_mappingEric Dumazet2021-10-261-3/+7
* | net: avoid dirtying sk->sk_rx_queue_mappingEric Dumazet2021-10-261-4/+2
* | net: avoid dirtying sk->sk_napi_idEric Dumazet2021-10-261-1/+2
* | ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2021-10-261-0/+2
* | tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2021-10-262-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-231-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
| * | cfg80211: separate get channel number from iesWen Gong2021-10-211-0/+11
| * | cfg80211: prepare for const netdev->dev_addrJakub Kicinski2021-10-211-1/+1
| * | mac80211: MBSSID support in interface handlingJohn Crispin2021-09-281-0/+3
| * | nl80211: MBSSID and EMA support in AP modeJohn Crispin2021-09-271-0/+44
| * | mac80211: save transmit power envelope element and power constraintWen Gong2021-09-271-0/+6
| * | ieee80211: add power type definition for 6 GHzWen Gong2021-09-271-0/+2
| * | cfg80211: AP mode driver offload for FILS association cryptoSubrat Mishra2021-09-271-0/+22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-223-6/+7
|\ \ \ | | |/ | |/|
| * | mctp: unify sockaddr_mctp typesJeremy Kerr2021-10-181-1/+1
| * | tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0Leonard Crestez2021-10-151-2/+3
| * | sctp: fix transport encap_port update in sctp_vtag_verifyXin Long2021-10-151-3/+3
* | | net: dsa: remove the "dsa_to_port in a loop" antipattern from the coreVladimir Oltean2021-10-211-4/+3
* | | net: dsa: introduce helpers for iterating through ports using dpVladimir Oltean2021-10-211-0/+28
* | | fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen2021-10-212-9/+12
* | | net: sched: remove one pair of atomic operationsEric Dumazet2021-10-201-4/+8
* | | net: sched: fix logic error in qdisc_run_begin()Eric Dumazet2021-10-201-1/+1
* | | net: sch_tbf: Add a graft commandPetr Machata2021-10-191-0/+2