summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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-302-5/+41
* mctp: Add tracepoints for tag/key handlingJeremy Kerr2021-09-291-0/+75
* 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: phy: micrel: Add support for LAN8804 PHYHoratiu Vultur2021-09-291-0/+1
* octeontx2-pf: Use hardware register for CQE countGeetha sowjanya2021-09-281-0/+14
* net/tls: support SM4 CCM algorithmTianjia Zhang2021-09-281-1/+2
* ptp: clockmatrix: use rsmu driver to access i2c/spi busMin Li2021-09-271-1/+30
* tcp: tracking packets with CE marks in BW rate sampleYuchung Cheng2021-09-241-3/+6
* net: phy: broadcom: Fix PHY_BRCM_IDDQ_SUSPEND definitionFlorian Fainelli2021-09-241-1/+1
* 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-2313-44/+51
|\
| * Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-235-2/+15
| |\
| | * 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
| | * net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean2021-09-191-0/+3
| | * net: update NXP copyright textVladimir Oltean2021-09-172-2/+2
| * | Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-201-2/+6
| |\ \
| | * | afs: Try to avoid taking RCU read lock when checking vnode validityDavid Howells2021-09-131-2/+6
| * | | Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-09-201-1/+0
| |\ \ \
| | * | | cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
| * | | | pci_iounmap'2: Electric Boogaloo: try to make sense of it allLinus Torvalds2021-09-191-23/+3
| * | | | Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-191-0/+1
| |\ \ \ \
| | * | | | x86/mce: Avoid infinite loop for copy from user recoveryTony Luck2021-09-141-0/+1
| * | | | | parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabledHelge Deller2021-09-192-10/+3
| * | | | | Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-171-5/+16
| |\ \ \ \ \
| | * | | | | Revert "iov_iter: track truncated size"Jens Axboe2021-09-151-5/+1
| | * | | | | iov_iter: add helper to save iov_iter stateJens Axboe2021-09-141-0/+15
| * | | | | | Merge tag 'io_uring-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-171-1/+7
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg itemsEugene Syromiatnikov2021-09-131-1/+7
| | | |_|/ / | | |/| | |
* | | | | | 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
* | | | | | net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean2021-09-231-14/+1
* | | | | | net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean2021-09-231-15/+14
* | | | | | net: dsa: sja1105: remove sp->dpVladimir Oltean2021-09-231-1/+0
* | | | | | devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-1/+1
* | | | | | net: phy: broadcom: Add IDDQ-SR modeFlorian Fainelli2021-09-211-0/+8
* | | | | | net: sched: move and reuse mq_change_real_num_tx()Jakub Kicinski2021-09-191-0/+2
* | | | | | mptcp: add MPTCP_SUBFLOW_ADDRS getsockopt supportFlorian Westphal2021-09-181-0/+24
* | | | | | mptcp: add MPTCP_TCPINFO getsockopt supportFlorian Westphal2021-09-181-1/+9
* | | | | | mptcp: add MPTCP_INFO getsockoptFlorian Westphal2021-09-182-0/+4
* | | | | | mptcp: add new mptcp_fill_diag helperFlorian Westphal2021-09-181-0/+4
* | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-09-173-21/+83
|\ \ \ \ \ \
| * | | | | | bpf: Update bpf_get_smp_processor_id() documentationMatteo Croce2021-09-151-1/+1
| * | | | | | bpf: Support for new btf kind BTF_KIND_TAGYonghong Song2021-09-141-1/+13