summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* mctp: Add SIOCMCTP{ALLOC,DROP}TAG ioctls for tag controlMatt Johnston2022-02-093-2/+32
* mctp: Add helper for address match checkingJeremy Kerr2022-02-091-0/+5
* net: dsa: typo in commentLuiz Angelo Daros de Luca2022-02-091-1/+1
* ipv6/addrconf: use one delayed work per netnsEric Dumazet2022-02-091-0/+1
* ipv6/addrconf: allocate a per netns hash tableEric Dumazet2022-02-091-0/+4
* net: add dev->dev_registered_trackerEric Dumazet2022-02-091-0/+3
* Merge branch 'iwl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Jakub Kicinski2022-02-091-0/+4
|\
| * ice: add support for DSCP QoS for IDCDave Ertman2022-02-041-0/+4
* | ipv4: Reject routes specifying ECN bits in rtm_tosGuillaume Nault2022-02-081-1/+2
* | ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rulesGuillaume Nault2022-02-082-0/+63
* | net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()Menglong Dong2022-02-072-0/+7
* | net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()Menglong Dong2022-02-072-0/+4
* | net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong2022-02-072-0/+12
* | net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong2022-02-072-0/+12
* | net: netfilter: use kfree_drop_reason() for NF_DROPMenglong Dong2022-02-072-0/+2
* | net: skb_drop_reason: add document for drop reasonsMenglong Dong2022-02-071-6/+6
* | net: initialize init_net earlierEric Dumazet2022-02-061-0/+6
* | skmsg: convert struct sk_msg_sg::copy to a bitmapEric Dumazet2022-02-051-6/+5
* | net: refine dev_put()/dev_hold() debuggingEric Dumazet2022-02-051-23/+46
* | ref_tracker: add a count of untracked referencesEric Dumazet2022-02-051-0/+2
* | ref_tracker: implement use-after-free detectionEric Dumazet2022-02-051-0/+2
* | ipv6: make mc_forwarding atomicEric Dumazet2022-02-051-1/+1
* | net: phylink: remove phylink_set_10g_modes()Russell King (Oracle)2022-02-051-1/+0
* | net: gro: minor optimization for dev_gro_receive()Paolo Abeni2022-02-051-24/+28
* | net/sched: Enable tc skb ext allocation on chain miss only when neededPaul Blakey2022-02-051-0/+11
* | uapi: ioam: Insertion frequencyJustin Iurman2022-02-051-0/+9
* | net: don't include ndisc.h from ipv6.hJakub Kicinski2022-02-042-1/+1
* | tls: cap the output scatter list to something reasonableJakub Kicinski2022-02-041-0/+17
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-02-041-10/+0
|\ \
| * | i40e: remove enum i40e_client_stateJakub Kicinski2022-02-031-10/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-0420-51/+151
|\ \ \ | |/ / |/| |
| * | Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-044-13/+34
| |\ \
| | * | ax25: fix reference count leaks of ax25_devDuoming Zhou2022-02-031-3/+5
| | * | net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann2022-02-031-5/+13
| | * | Partially revert "net/smc: Add netlink net namespace support"Dmitry V. Levin2022-02-021-6/+5
| | * | net/mlx5e: Use struct_group() for memcpy() regionKees Cook2022-02-021-2/+4
| | * | ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-01-281-0/+10
| * | | Revert "module, async: async_synchronize_full() on module init iff async is u...Igor Pylypiv2022-02-031-1/+0
| * | | Merge tag 'unicode-for-next-5.17-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-02-011-1/+1
| |\ \ \
| | * | | unicode: clean up the Kconfig symbol confusionChristoph Hellwig2022-01-211-1/+1
| * | | | psi: fix "no previous prototype" warnings when CONFIG_CGROUPS=nSuren Baghdasaryan2022-01-301-6/+5
| * | | | mm, kasan: use compare-exchange operation to set KASAN page tagPeter Collingbourne2022-01-301-5/+12
| * | | | mm: page->mapping folio->mapping should have the same offsetWei Yang2022-01-301-0/+1
| * | | | include/linux/sysctl.h: fix register_sysctl_mount_point() return typeAndrew Morton2022-01-301-1/+1
| * | | | Merge tag 'tty-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-291-0/+35
| |\ \ \ \
| | * | | | tty: Partially revert the removal of the Cyclades public APIMaciej W. Rozycki2022-01-261-0/+35
| | | |_|/ | | |/| |
| * | | | Merge tag 'usb-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-01-291-0/+6
| |\ \ \ \
| | * | | | usb: roles: fix include/linux/usb/role.h compile issueLinyu Yuan2022-01-251-0/+6
| | |/ / /
| * | | | Merge tag 'block-5.17-2022-01-28' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-291-0/+1
| |\ \ \ \
| | * | | | block: add bio_start_io_acct_time() to control start_timeMike Snitzer2022-01-281-0/+1