aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18net: fix build without CONFIG_SYSCTL definitionMahesh Bandewar1-2/+3
2020-09-18tipc: add automatic rekeying for encryption keyTuong Lien2-0/+3
2020-09-18tipc: introduce encryption master keyTuong Lien1-0/+1
2020-09-18devlink: collect flash notify params into a structShannon Nelson1-0/+19
2020-09-18devlink: add timeout information to status_notifyShannon Nelson2-0/+7
2020-09-17net: remove comments on struct rtnl_link_statsJakub Kicinski1-16/+15
2020-09-17netdev: Remove unused functionsYueHaibing1-10/+0
2020-09-17genetlink: Remove unused function genl_err_attr()YueHaibing1-8/+0
2020-09-17net/sched: Remove unused function qdisc_queue_drop_head()YueHaibing1-6/+0
2020-09-16Merge tag 'mlx5-updates-2020-09-15' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-2/+2
2020-09-15nexthop: Convert to blocking notification chainIdo Schimmel1-1/+1
2020-09-15nexthop: Remove NEXTHOP_EVENT_ADDIdo Schimmel1-1/+0
2020-09-15nexthop: Remove unused function declaration from header fileIdo Schimmel1-3/+0
2020-09-15devlink: introduce the health reporter test commandJiri Pirko2-0/+5
2020-09-15ethtool: add standard pause statsJakub Kicinski2-1/+43
2020-09-15bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter1-0/+1
2020-09-15net/mlx5e: Add CQE compression support for multi-strides packetsOfer Levi1-1/+2
2020-09-15net/mlx5: Always use container_of to find mdev pointer from clock structEran Ben Elisha1-1/+0
2020-09-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+8
2020-09-14Merge tag 'rxrpc-next-20200914' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller1-1/+1
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet1-2/+0
2020-09-14mptcp: call tcp_cleanup_rbuf on subflowsPaolo Abeni1-0/+2
2020-09-14i40e: optimise prefetch page refcountLi RongQing1-0/+8
2020-09-14rxrpc: Fix a missing NULL-pointer check in a traceDavid Howells1-1/+1
2020-09-11net: phy: mchp: Add support for LAN8814 QUAD PHYDivya Koppera1-0/+1
2020-09-11net: dsa: tag_8021q: add a context structureVladimir Oltean1-19/+27
2020-09-11net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean1-4/+2
2020-09-11net: dsa: tag_8021q: include missing refcount.hVladimir Oltean1-0/+1
2020-09-10tcp: reflect tos value received in SYN to the socketWei Wang1-0/+1
2020-09-10ip: pass tos into ip_build_and_send_pkt()Wei Wang1-1/+1
2020-09-10tcp: record received TOS value in the request socketWei Wang1-0/+1
2020-09-10net: manage napi add/del idempotence explicitlyJakub Kicinski1-2/+2
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski1-16/+16
2020-09-10ipmr: Add high byte of VIF ID to igmpmsgPaul Davey1-2/+2
2020-09-10ipmr: Add route table ID to netlink cache reportsPaul Davey1-0/+1
2020-09-09devlink: Introduce controller numberParav Pandit2-2/+8
2020-09-09devlink: Introduce external controller flagParav Pandit2-2/+7
2020-09-09devlink: Move structure comments outside of structureParav Pandit1-3/+12
2020-09-09devlink: Add comment block for missing port attributesParav Pandit1-0/+3
2020-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-5/+13
2020-09-08rxrpc: Rewrite the client connection managerDavid Howells1-29/+4
2020-09-08netfilter: nf_tables: add userdata support for nft_objectJose M. Guisado Gomez2-0/+4
2020-09-07net: tighten the definition of interface statisticsJakub Kicinski1-17/+187
2020-09-07net: bridge: mcast: add support for src list and filter mode dumpingNikolay Aleksandrov1-0/+21
2020-09-05of: Export of_remove_property() to modulesFlorian Fainelli1-0/+5
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski35-137/+236
2020-09-04Merge tag 'libata-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+8
2020-09-04Merge tag 'drm-fixes-2020-09-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+3
2020-09-04Merge branch 'simplify-do_wp_page'Linus Torvalds2-7/+1