aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-18wireguard: receive: remove dead code from default packet type caseJason A. Donenfeld1-2/+1
2020-03-18wireguard: queueing: account for skb->protocol==0Jason A. Donenfeld3-4/+10
2020-03-18wireguard: selftests: test using new 64-bit time_tJason A. Donenfeld2-2/+1
2020-03-18wireguard: selftests: remove duplicated include <sys/types.h>YueHaibing1-1/+0
2020-03-18vxlan: check return value of gro_cells_init()Taehee Yoo1-2/+9
2020-03-18net/sched: act_ct: Fix leak of ct zone template on replacePaul Blakey1-1/+1
2020-03-17net: core: dev.c: fix a documentation warningMauro Carvalho Chehab1-1/+1
2020-03-17net: phy: sfp-bus.c: get rid of docs warningsMauro Carvalho Chehab1-14/+18
2020-03-17net: ena: fix continuous keep-alive resetsArthur Kiyanovski1-0/+1
2020-03-17net: ena: avoid memory access violation by validating req_id properlyArthur Kiyanovski1-4/+11
2020-03-17net: ena: fix request of incorrect number of IRQ vectorsArthur Kiyanovski1-3/+6
2020-03-17net: ena: fix incorrect setting of the number of msix vectorsArthur Kiyanovski1-1/+1
2020-03-17net: phy: mdio-mux-bcm-iproc: check clk_prepare_enable() return valueRayagonda Kokatanur1-1/+6
2020-03-17net: bcmgenet: keep MAC in reset until PHY is upDoug Berger3-7/+15
2020-03-17Revert "net: bcmgenet: use RGMII loopback for MAC reset"Doug Berger2-34/+2
2020-03-17net: mvmdio: avoid error message for optional IRQChris Packham1-1/+1
2020-03-17Revert "net: mvmdio: avoid error message for optional IRQ"Chris Packham1-3/+3
2020-03-16net: ip_gre: Accept IFLA_INFO_DATA-less configurationPetr Machata1-0/+2
2020-03-16net: mvneta: Fix the case where the last poll did not process all rxJisheng Zhang1-2/+1
2020-03-16net: vxge: fix wrong __VA_ARGS__ usageZheng Wei2-8/+8
2020-03-16arm64: dts: ls1046ardb: set RGMII interfaces to RGMII_ID modeMadalin Bucur1-2/+2
2020-03-16arm64: dts: ls1043a-rdb: correct RGMII delay mode to rgmii-idMadalin Bucur1-2/+2
2020-03-16net: fsl/fman: treat all RGMII modes in memac_adjust_link()Madalin Bucur1-1/+1
2020-03-16ethtool: reject unrecognized request flagsMichal Kubecek1-4/+12
2020-03-16netlink: add nl_set_extack_cookie_u32()Michal Kubecek1-0/+9
2020-03-16netlink: allow extack cookie also for error messagesMichal Kubecek1-26/+17
2020-03-16net_sched: cls_route: remove the right filter from hashtableCong Wang1-2/+2
2020-03-16hsr: set .netnsok flagTaehee Yoo1-0/+1
2020-03-16hsr: add restart routine into hsr_get_node_list()Taehee Yoo1-14/+24
2020-03-16hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo2-25/+23
2020-03-15net: netdevsim: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-15/+15
2020-03-15net: sfc: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-14/+18
2020-03-15net: ionic: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-7/+7
2020-03-15net: nfp: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-4/+4
2020-03-15net: mlx4: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-31/+31
2020-03-15net: caif: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-36/+36
2020-03-15mlxsw: reg: Increase register field length to 31 bitsIdo Schimmel1-1/+1
2020-03-15geneve: move debug check after netdev unregisterFlorian Westphal1-2/+6
2020-03-15net/packet: tpacket_rcv: avoid a producer race conditionWillem de Bruijn2-1/+25
2020-03-15net: ip_gre: Separate ERSPAN newlink / changelink callbacksPetr Machata1-18/+85
2020-03-15cxgb4: fix delete filter entry fail in unload pathShahjada Abul Husain1-2/+2
2020-03-14net: stmmac: platform: Fix misleading interrupt error msgMarkus Fuchs1-4/+10
2020-03-14net/bpfilter: fix dprintf usage for /dev/kmsgBruno Meneguele1-6/+8
2020-03-14net_sched: keep alloc_hash updated after hash allocationCong Wang1-0/+1
2020-03-14net_sched: hold rtnl lock in tcindex_partial_destroy_work()Cong Wang1-0/+2
2020-03-12drm/dp_mst: Rewrite and fix bandwidth limit checksLyude Paul1-26/+93
2020-03-12drm/dp_mst: Reprobe path resources in CSN handlerLyude Paul1-23/+25
2020-03-12drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checksLyude Paul2-10/+9
2020-03-12drm/dp_mst: Rename drm_dp_mst_is_dp_mst_end_device() to be less redundantLyude Paul1-5/+5
2020-03-12net: systemport: fix index check to avoid an array out of bounds accessColin Ian King1-1/+1