summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-083-6/+5
|\
| * Merge tag 'net-5.11-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2021-01-082-3/+5
| |\
| | * net/mlx5e: Add missing capability check for uplink followAya Levin2021-01-071-1/+2
| | * net: suggest L2 discards be counted towards rx_droppedJakub Kicinski2021-01-051-2/+3
| * | Revert "init/console: Use ttynull as a fallback when there is no console"Petr Mladek2021-01-081-3/+0
| |/
* | skbuff: Rename skb_zcopy_{get|put} to net_zcopy_{get|put}Jonathan Lemon2021-01-071-5/+5
* | tap/tun: add skb_zcopy_init() helper for initialization.Jonathan Lemon2021-01-071-2/+7
* | skbuff: add flags to ubuf_info for ubuf setupJonathan Lemon2021-01-071-1/+2
* | net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-17/+21
* | skbuff: rename sock_zerocopy_* to msg_zerocopy_*Jonathan Lemon2021-01-071-9/+9
* | skbuff: Call sock_zerocopy_put_abort from skb_zcopy_put_abortJonathan Lemon2021-01-071-0/+10
* | skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon2021-01-071-9/+8
* | skbuff: replace sock_zerocopy_get with skb_zcopy_getJonathan Lemon2021-01-071-6/+6
* | skbuff: replace sock_zerocopy_put() with skb_zcopy_put()Jonathan Lemon2021-01-071-1/+6
* | skbuff: Push status and refcounts into sock_zerocopy_callbackJonathan Lemon2021-01-071-3/+0
* | skbuff: remove unused skb_zcopy_abort functionJonathan Lemon2021-01-071-11/+0
* | net: dsa: remove the DSA specific notifiersVladimir Oltean2021-01-071-42/+0
* | net: dsa: export dsa_slave_dev_checkVladimir Oltean2021-01-071-0/+6
* | net: dsa: move the Broadcom tag information in a separate header fileVladimir Oltean2021-01-072-6/+16
* | net: dsa: listen for SWITCHDEV_{FDB,DEL}_ADD_TO_DEVICE on foreign bridge neig...Vladimir Oltean2021-01-071-0/+5
* | net: phy: bcm7xxx: Add an entry for BCM72116Florian Fainelli2021-01-071-0/+1
* | udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checksJakub Kicinski2021-01-071-0/+8
* | net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-17/+0
|/
* Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-01-055-6/+12
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-01-041-0/+3
| |\
| | * netfilter: nftables: add set expression flagsPablo Neira Ayuso2020-12-281-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-12-282-4/+5
| |\ \
| | * | xsk: Fix race in SKB mode transmit with shared cqMagnus Karlsson2020-12-182-4/+5
| * | | net: sched: prevent invalid Scell_log shift countRandy Dunlap2020-12-281-1/+3
| | |/ | |/|
| * | ppp: Fix PPPIOCUNBRIDGECHAN request numberGuillaume Nault2020-12-211-1/+1
* | | Merge tag 'afs-fixes-04012021' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-051-0/+2
|\ \ \
| * | | afs: Fix directory entry size calculationDavid Howells2021-01-041-0/+2
* | | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-01-041-0/+6
|\ \ \ \
| * | | | rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)2020-12-141-0/+6
* | | | | Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds2021-01-042-6/+6
|\ \ \ \ \
| * | | | | Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECKMasahiro Yamada2020-12-022-6/+6
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2021-01-012-7/+15
|\ \ \ \ \ \
| * | | | | | scsi: block: Do not accept any requests while suspendedAlan Stern2020-12-091-0/+12
| * | | | | | scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPTBart Van Assche2020-12-092-7/+1
| * | | | | | scsi: block: Introduce BLK_MQ_REQ_PMBart Van Assche2020-12-091-0/+2
* | | | | | | Merge tag 'ceph-for-5.11-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2020-12-301-2/+2
|\ \ \ \ \ \ \
| * | | | | | | libceph: add __maybe_unused to DEFINE_MSGR2_FEATUREIlya Dryomov2020-12-281-2/+2
* | | | | | | | kdev_t: always inline major/minor helper functionsJosh Poimboeuf2020-12-291-11/+11
* | | | | | | | sizes.h: add SZ_8G/SZ_16G/SZ_32G macrosHuang Shijie2020-12-291-0/+3
* | | | | | | | local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-0/+1
* | | | | | | | mm: memmap defer init doesn't work as expectedBaoquan He2020-12-291-2/+3
* | | | | | | | mm: add prototype for __add_to_page_cache_locked()Souptick Joarder2020-12-291-0/+7
* | | | | | | | Revert "kbuild: avoid static_assert for genksyms"Masahiro Yamada2020-12-291-5/+0
|/ / / / / / /
* | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-12-251-2/+1
|\ \ \ \ \ \ \
| * | | | | | | fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()Hao Li2020-12-101-2/+1
| | |/ / / / / | |/| | | | |