summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | mac80211: Fix Ptk0 rekey documentationAlexander Wetzel2021-09-271-4/+4
| * | | | | net: prevent user from passing illegal stab size王贇2021-09-261-0/+1
| * | | | | net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-09-242-2/+2
| |/ / / /
* | | | | net: snmp: inline snmp_get_cpu_field()Eric Dumazet2021-09-301-1/+5
* | | | | tcp: adjust rcv_ssthresh according to sk_reserved_memWei Wang2021-09-301-0/+11
* | | | | tcp: adjust sndbuf according to sk_reserved_memWei Wang2021-09-301-0/+1
* | | | | net: add new socket option SO_RESERVE_MEMWei Wang2021-09-301-5/+39
* | | | | mctp: Implement a timeout for tagsJeremy Kerr2021-09-291-0/+10
* | | | | mctp: Add refcounts to mctp_devJeremy Kerr2021-09-291-0/+5
* | | | | mctp: locking, lifetime and validity changes for sk_keysJeremy Kerr2021-09-291-15/+31
* | | | | net/tls: support SM4 CCM algorithmTianjia Zhang2021-09-281-1/+2
* | | | | tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng2021-09-241-3/+6
* | | | | devlink: Delete not used port parameters APIsLeon Romanovsky2021-09-241-6/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-232-0/+10
|\| | | |
| * | | | net: dsa: tear down devlink port regions when tearing down the devlink port o...Vladimir Oltean2021-09-191-0/+8
| * | | | net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner2021-09-191-0/+1
| * | | | net: dsa: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-191-0/+1
* | | | | tcp: remove sk_{tr}x_skb_cacheEric Dumazet2021-09-231-19/+0
* | | | | tcp: make tcp_build_frag() staticPaolo Abeni2021-09-231-2/+0
* | | | | tcp: expose the tcp_mark_push() and tcp_skb_entail() helpersPaolo Abeni2021-09-231-0/+2
| |_|_|/ |/| | |
* | | | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-1/+1
* | | | net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski2021-09-191-0/+2
* | | | mptcp: add new mptcp_fill_diag helperFlorian Westphal2021-09-181-0/+4
| |/ / |/| |
* | | devlink: Delete not-used devlink APIsLeon Romanovsky2021-09-171-14/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-161-0/+5
|\| |
| * | net: dsa: flush switchdev workqueue before tearing down CPU/DSA portsVladimir Oltean2021-09-151-0/+5
* | | devlink: Delete not-used single parameter notification APIsLeon Romanovsky2021-09-151-4/+0
* | | net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-09-151-0/+4
|/ /
* | flow: fix object-size-mismatch warning in flowi{4,6}_to_flowi_common()Tetsuo Handa2021-09-021-2/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-301-2/+6
|\ \
| * | af_unix: Add unix_stream_proto for sockmapJiang Wang2021-08-161-2/+6
* | | sch_htb: Fix inconsistency when leaf qdisc creation failsMaxim Mikityanskiy2021-08-301-2/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-304-22/+21
|\ \
| * | netfilter: add netfilter hooks to SRv6 data planeRyoga Saito2021-08-302-0/+10
| * | netfilter: ecache: remove nf_exp_event_notifier structureFlorian Westphal2021-08-252-17/+7
| * | netfilter: ecache: prepare for event notifier mergeFlorian Westphal2021-08-251-6/+5
| * | netfilter: ecache: remove one indent levelFlorian Westphal2021-08-251-1/+1
* | | ipv6: add IFLA_INET6_RA_MTU to expose mtu valueRocco Yue2021-08-271-0/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-08-272-6/+37
|\ \ \
| * | | xfrm: Add possibility to set the default to block if we have no policySteffen Klassert2021-07-212-6/+37
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-2/+2
|\ \ \ \
| * | | | ipv6: correct comments about fib6_node sernumzhang kai2021-08-241-2/+2
* | | | | Merge tag 'mac80211-next-for-net-next-2021-08-26' of git://git.kernel.org/pub...David S. Miller2021-08-261-0/+12
|\ \ \ \ \
| * | | | | mac80211: introduce individual TWT support in AP modeLorenzo Bianconi2021-08-241-0/+12
* | | | | | sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin2021-08-261-0/+1
| |_|_|/ / |/| | | |
* | | | | mctp: Remove the repeated declarationShaokun Zhang2021-08-251-1/+0
* | | | | mptcp: MP_FAIL suboption sendingGeliang Tang2021-08-251-1/+4
* | | | | mptcp: shrink mptcp_out_options structPaolo Abeni2021-08-251-9/+17
* | | | | net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean2021-08-241-0/+3
|/ / / /
* | | | net: dsa: track unique bridge numbers across all DSA switch treesVladimir Oltean2021-08-231-5/+3