summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-07-12ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin
2021-07-11net: bridge: multicast: fix MRD advertisement router port marking raceNikolay Aleksandrov
2021-07-11net: bridge: multicast: fix PIM hello router port marking raceNikolay Aleksandrov
2021-07-09mptcp: properly account bulk freed memoryPaolo Abeni
2021-07-09mptcp: avoid processing packet if a subflow resetJianguo Wu
2021-07-09mptcp: fix syncookie process if mptcp can not_accept new subflowJianguo Wu
2021-07-09mptcp: remove redundant req destruct in subflow_check_req()Jianguo Wu
2021-07-09mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow joinJianguo Wu
2021-07-09net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu
2021-07-09net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart
2021-07-09tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad
2021-07-09net: send SYNACK packet with accepted fwmarkAlexander Ovechkin
2021-07-08net/ncsi: add dummy response handler for Intel boardsIvan Mikhaylov
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-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-06ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel
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-02udp: properly flush normal packet at GRO timePaolo Abeni
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-02net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko
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-01s390: iucv: Avoid field over-reading memcpy()Kees Cook
2021-07-01udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet
2021-07-01net: socket: support hardware timestamp conversion to PHC boundYangbo Lu
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu
2021-07-01mptcp: setsockopt: convert to mptcp_setsockopt_sol_socket_timestamping()Yangbo Lu
2021-07-01ethtool: add a new command for getting PHC virtual clocksYangbo Lu
2021-07-01Merge branch 'master' of ../net-next/David S. Miller
2021-07-01sctp: move 198 addresses from unusable to private scopeXin Long
2021-07-01sctp: check pl.raise_count separately from its incrementXin Long
2021-07-01net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_joinVladimir Oltean