summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-07-02tcp: annotate data races around tp->mtu_infoEric Dumazet
2021-07-02net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu
2021-07-02gve: DQO: Remove incorrect prefetchBailey Forrest
2021-07-02net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko
2021-07-02gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET
2021-07-02net/sched: sch_taprio: fix typo in commentJesper Dangaard Brouer
2021-07-02netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfoVasily Averin
2021-07-02netfilter: conntrack: nf_ct_gre_keymap_flush() removalVasily Averin
2021-07-02netfilter: nf_tables: Fix dereference of null pointer flowColin Ian King
2021-07-02netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT stateFlorian Westphal
2021-07-02selftest: netfilter: add test case for unreplied tcp connectionsFlorian Westphal