summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-26netfilter: nft_meta: move time handling to helperFlorian Westphal1-6/+22
2019-12-18netfilter: conntrack: remove two export symbolsFlorian Westphal2-2/+0
2019-12-18netfilter: nft_tunnel: add the missing nla_nest_cancel()Xin Long1-12/+26
2019-12-18netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLANXin Long1-1/+9
2019-12-18netfilter: nft_tunnel: also dump ERSPAN_VERSIONXin Long1-0/+3
2019-12-18netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long1-1/+2
2019-12-18netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long1-2/+2
2019-12-18netfilter: Document ingress hookLukas Wunner1-0/+1
2019-12-18netfilter: Clean up unnecessary #ifdefLukas Wunner1-2/+0
2019-12-17Merge branch 'WireGuard-CI-and-housekeeping'David S. Miller23-12/+955
2019-12-17wireguard: allowedips: use kfree_rcu() instead of call_rcu()Wei Yongjun1-6/+1
2019-12-17wireguard: main: remove unused include <linux/version.h>YueHaibing1-1/+0
2019-12-17wireguard: global: fix spelling mistakes in commentsJosh Soref2-5/+5
2019-12-17wireguard: Kconfig: select parent dependency for cryptoJason A. Donenfeld1-0/+2
2019-12-17wireguard: selftests: import harness makefile for test suiteJason A. Donenfeld18-0/+947
2019-12-17net: caif: replace BUG_ON with recovery codeAditya Pakki1-1/+3
2019-12-17fore200e: Fix incorrect checks of NULL pointer dereferenceAditya Pakki1-7/+18
2019-12-17Merge branch 'Simplify-IPv4-route-offload-API'David S. Miller5-165/+104
2019-12-17ipv4: Remove old route notifications and convert listenersIdo Schimmel6-47/+16
2019-12-17mlxsw: spectrum_router: Start using new IPv4 route notificationsIdo Schimmel1-121/+20
2019-12-17ipv4: Only Replay routes of interest to new listenersIdo Schimmel1-0/+11
2019-12-17ipv4: Handle route deletion notification during flushIdo Schimmel1-0/+2
2019-12-17ipv4: Handle route deletion notificationIdo Schimmel1-0/+31
2019-12-17ipv4: Notify newly added route if should be offloadedIdo Schimmel1-0/+10
2019-12-17ipv4: Notify route if replacing currently offloaded oneIdo Schimmel1-0/+11
2019-12-17ipv4: Extend FIB alias find functionIdo Schimmel1-3/+8
2019-12-17ipv4: Notify route after insertion to the routing tableIdo Schimmel1-15/+14
2019-12-17net: fib_notifier: Add temporary events to the FIB notification chainIdo Schimmel1-0/+2
2019-12-17Merge branch 'hns3-next'David S. Miller6-188/+242
2019-12-17net: hns3: do not schedule the periodic task when reset failGuojia Liao4-2/+13
2019-12-17net: hns3: allocate WQ with WQ_MEM_RECLAIM flagYunsheng Lin2-6/+24
2019-12-17net: hns3: remove unnecessary work in hclgevf_mainYunsheng Lin2-96/+88
2019-12-17net: hns3: remove mailbox and reset work in hclge_mainYunsheng Lin4-73/+118
2019-12-17net: hns3: schedule hclgevf_service by using delayed workqueueYunsheng Lin2-27/+15
2019-12-17ipv6: Annotate ipv6_addr_is_* bitwise pointer castsSven Eckelmann1-4/+4
2019-12-17ipv6: Annotate bitwise IPv6 dsfield pointer castSven Eckelmann1-1/+1
2019-12-17r8169: check that Realtek PHY driver module is loadedHeiner Kallweit1-0/+9
2019-12-17Merge branch 'dpaa2-ptp-support-external-trigger-event'David S. Miller5-6/+36
2019-12-17dpaa2-ptp: add external trigger event supportYangbo Lu3-1/+25
2019-12-17ptp_qoriq: export extts_clean_up() functionYangbo Lu2-2/+3
2019-12-17ptp_qoriq: check valid status before reading extts fifoYangbo Lu1-3/+8
2019-12-15tcp: Set rcv zerocopy hint correctly if skb last frag is < PAGE_SIZEArjun Roy1-0/+2
2019-12-15net/smc: shorten lgr_cnt initializationUrsula Braun1-2/+1
2019-12-15net: phylink: propagate phy_attach_direct() return codeRussell King1-3/+6
2019-12-15net: bridge: add STP xstatsVivien Didelot5-0/+44
2019-12-15selftests/net: make so_txtime more robust to timer varianceWillem de Bruijn2-5/+88
2019-12-15net: phy: dp83869: Remove unneeded semicolonzhengbin1-1/+1
2019-12-15bonding: move 802.3ad port state flags to uapiAndy Roulin2-10/+10
2019-12-14Revert "nfp: abm: fix memory leak in nfp_abm_u32_knode_replace"Jakub Kicinski1-10/+4
2019-12-13Merge branch 'netdev-ndo_tx_timeout-cleanup'David S. Miller236-312/+303