summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-08net/ncsi: add NCSI Intel OEM command to keep PHY upIvan Mikhaylov
2021-07-08net/ncsi: fix restricted cast warning of sparseIvan Mikhaylov
2021-07-08net: microchip: sparx5: fix kconfig warningRandy Dunlap
2021-07-08cxgb4: fix IRQ free race during driver unloadShahjada Abul Husain
2021-07-08mt76: mt7921: continue to probe driver when fw already downloadedAaron Ma
2021-07-08atl1c: fix Mikrotik 10/25G NIC detectionGatis Peisenieks
2021-07-08ptp: Relocate lookup cookie to correct block.Jonathan Lemon
2021-07-08ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-07-08skbuff: Fix build with SKB extensions disabledFlorian Fainelli
2021-07-07ipmr: Fix indentation issueRoy, UjjaL
2021-07-07sock: unlock on error in sock_setsockopt()Dan Carpenter
2021-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-07-07selftests: icmp_redirect: IPv6 PMTU info should be cleared after redirectHangbin Liu
2021-07-07selftests: icmp_redirect: remove from checking for IPv6 route getHangbin Liu
2021-07-07stmmac: platform: Fix signedness bug in stmmac_probe_config_dt()YueHaibing
2021-07-07stmmac: dwmac-loongson: Fix unsigned comparison to zeroYueHaibing
2021-07-07netfilter: uapi: refer to nfnetlink_conntrack.h, not nf_conntrack_netlink.hDuncan Roe
2021-07-06ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel
2021-07-06octeontx2-pf: Fix assigned error return value that is never usedColin Ian King
2021-07-06Merge branch 'bonding-ipsec'David S. Miller
2021-07-06bonding: fix incorrect return value of bond_ipsec_offload_ok()Taehee Yoo
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_offload_ok()Taehee Yoo
2021-07-06bonding: Add struct bond_ipesc to manage SATaehee Yoo
2021-07-06bonding: disallow setting nested bonding + ipsec offloadTaehee Yoo
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_del_sa()Taehee Yoo
2021-07-06ixgbevf: use xso.real_dev instead of xso.dev in callback functions of struct ...Taehee Yoo
2021-07-06net: netdevsim: use xso.real_dev instead of xso.dev in callback functions of ...Taehee Yoo
2021-07-06bonding: fix null dereference in bond_ipsec_add_sa()Taehee Yoo
2021-07-06bonding: fix suspicious RCU usage in bond_ipsec_add_sa()Taehee Yoo
2021-07-06tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi
2021-07-06skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey
2021-07-06netfilter: nft_last: incorrect arithmetics when restoring last usedPablo Neira Ayuso
2021-07-06netfilter: nft_last: honor NFTA_LAST_SET on restorationPablo Neira Ayuso
2021-07-06netfilter: conntrack: Mark access for KCSANManfred Spraul
2021-07-06netfilter: conntrack: add new sysctl to disable RST checkAli Abdallah
2021-07-06netfilter: conntrack: improve RST handling when tuple is re-usedAli Abdallah
2021-07-05Merge branch 'stmmac-ptp'David S. Miller
2021-07-05net: stmmac: ptp: update tas basetime after ptp adjustXiaoliang Yang
2021-07-05net: stmmac: add mutex lock to protect est parametersXiaoliang Yang
2021-07-05net: stmmac: separate the tas basetime calculation functionXiaoliang Yang
2021-07-05ptp: fix format string mismatch in ptp_sysfs.cYangbo Lu
2021-07-05ptp: fix NULL pointer dereference in ptp_clock_registerYangbo Lu
2021-07-03net: marvell: always set skb_shared_info in mvneta_swbm_add_rx_fragmentLorenzo Bianconi
2021-07-02udp: properly flush normal packet at GRO timePaolo Abeni
2021-07-02vmxnet3: fix cksum offload issues for tunnels with non-default udp portsRonak Doshi
2021-07-02Merge branch 'nfp-ct-fixes'David S. Miller
2021-07-02nfp: flower-ct: remove callback delete deadlockLouis Peens
2021-07-02net/sched: act_ct: remove and free nf_table callbacksLouis Peens
2021-07-02net: bridge: sync fdb to new unicast-filtering portsWolfgang Bumiller
2021-07-02sock: fix error in sock_setsockopt()Eric Dumazet