summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-1461-174/+671
|\
| * net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean2021-07-131-2/+2
| * net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-138-27/+13
| * ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin2021-07-121-0/+28
| * net: bridge: multicast: fix MRD advertisement router port marking raceNikolay Aleksandrov2021-07-111-0/+4
| * net: bridge: multicast: fix PIM hello router port marking raceNikolay Aleksandrov2021-07-111-0/+2
| * mptcp: properly account bulk freed memoryPaolo Abeni2021-07-094-6/+18
| * mptcp: avoid processing packet if a subflow resetJianguo Wu2021-07-092-10/+28
| * mptcp: fix syncookie process if mptcp can not_accept new subflowJianguo Wu2021-07-091-3/+3
| * mptcp: remove redundant req destruct in subflow_check_req()Jianguo Wu2021-07-091-5/+0
| * mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow joinJianguo Wu2021-07-091-1/+15
| * net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu2021-07-091-3/+15
| * net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cacheAntoine Tenart2021-07-091-0/+2
| * tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad2021-07-091-0/+3
| * net: send SYNACK packet with accepted fwmarkAlexander Ovechkin2021-07-091-1/+1
| * net/ncsi: add dummy response handler for Intel boardsIvan Mikhaylov2021-07-081-1/+8
| * net/ncsi: add NCSI Intel OEM command to keep PHY upIvan Mikhaylov2021-07-083-0/+56
| * net/ncsi: fix restricted cast warning of sparseIvan Mikhaylov2021-07-082-4/+4
| * ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-082-2/+18
| * skbuff: Fix build with SKB extensions disabledFlorian Fainelli2021-07-081-1/+2
| * ipmr: Fix indentation issueRoy, UjjaL2021-07-071-1/+1
| * sock: unlock on error in sock_setsockopt()Dan Carpenter2021-07-071-2/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-07-078-44/+84
| |\
| | * netfilter: nft_last: incorrect arithmetics when restoring last usedPablo Neira Ayuso2021-07-061-1/+1
| | * netfilter: nft_last: honor NFTA_LAST_SET on restorationPablo Neira Ayuso2021-07-061-2/+8
| | * netfilter: conntrack: Mark access for KCSANManfred Spraul2021-07-061-1/+9
| | * netfilter: conntrack: add new sysctl to disable RST checkAli Abdallah2021-07-062-1/+15
| | * netfilter: conntrack: improve RST handling when tuple is re-usedAli Abdallah2021-07-061-17/+36
| | * netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfoVasily Averin2021-07-021-0/+3
| | * netfilter: conntrack: nf_ct_gre_keymap_flush() removalVasily Averin2021-07-023-21/+0
| | * netfilter: nf_tables: Fix dereference of null pointer flowColin Ian King2021-07-021-1/+2
| | * netfilter: conntrack: do not renew entry stuck in tcp SYN_SENT stateFlorian Westphal2021-07-021-0/+10
| * | ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel2021-07-061-1/+3
| * | tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi2021-07-061-1/+1
| * | skbuff: Release nfct refcount on napi stolen or re-used skbsPaul Blakey2021-07-062-0/+14
| * | udp: properly flush normal packet at GRO timePaolo Abeni2021-07-021-2/+4
| * | net/sched: act_ct: remove and free nf_table callbacksLouis Peens2021-07-021-0/+11
| * | net: bridge: sync fdb to new unicast-filtering portsWolfgang Bumiller2021-07-021-1/+16
| * | sock: fix error in sock_setsockopt()Eric Dumazet2021-07-021-1/+1
| * | tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-022-4/+4
| * | net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu2021-07-021-1/+2
| * | net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-021-1/+1
| * | net/sched: sch_taprio: fix typo in commentJesper Dangaard Brouer2021-07-021-1/+1
| |/
| * s390: iucv: Avoid field over-reading memcpy()Kees Cook2021-07-011-10/+12
| * udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2021-07-012-4/+4
| * net: socket: support hardware timestamp conversion to PHC boundYangbo Lu2021-07-011-6/+13
| * net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu2021-07-013-9/+80
| * mptcp: setsockopt: convert to mptcp_setsockopt_sol_socket_timestamping()Yangbo Lu2021-07-011-17/+40
| * ethtool: add a new command for getting PHC virtual clocksYangbo Lu2021-07-015-1/+120
| * Merge branch 'master' of ../net-next/David S. Miller2021-07-011-2/+2
| |\