aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-28net: core: add __netdev_upper_dev_unlink()Taehee Yoo1-10/+16
2020-09-28net_sched: remove a redundant goto chain checkCong Wang1-14/+0
2020-09-28net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov1-0/+2
2020-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller4-7/+45
2020-09-25xfrm: Use correct address family in xfrm_state_findHerbert Xu1-4/+7
2020-09-24tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2-7/+26
2020-09-24net/tls: race causes kernel panicRohit Maheshwari1-2/+7
2020-09-24net_sched: commit action insertions togetherCong Wang1-9/+23
2020-09-24net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang21-64/+21
2020-09-23net: switchdev: Fixed kerneldoc warningTian Tao1-1/+1
2020-09-23mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packetMat Martineau1-1/+4
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds51-234/+541
2020-09-21inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet1-5/+15
2020-09-21net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCUVladimir Oltean1-10/+17
2020-09-21Merge tag 'mac80211-for-net-2020-09-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller7-16/+28
2020-09-21ipv6: route: convert comma to semicolonXu Wang1-1/+1
2020-09-20net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski1-6/+3
2020-09-18net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran1-0/+1
2020-09-18Merge tag 'batadv-net-for-davem-20200918' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-46/+179
2020-09-18net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean1-4/+7
2020-09-18mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHzJohn Crispin1-3/+4
2020-09-18mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau1-4/+4
2020-09-18cfg80211: fix 6 GHz channel conversionJohannes Berg1-1/+1
2020-09-18mac80211: do not disable HE if HT is missing on 2.4 GHzWen Gong1-1/+2
2020-09-18mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit1-1/+2
2020-09-18lib80211: fix unmet direct dependendices config warning when !CRYPTONecip Fazil Yildiran1-0/+1
2020-09-18mac80211: add AQL support for VHT160 tx ratesFelix Fietkau1-1/+3
2020-09-18mac80211: extend AQL aggregation estimation to HE and fix unit mismatchFelix Fietkau1-5/+11
2020-09-17ethtool: add and use message type for tunnel info replyMichal Kubecek1-2/+2
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-18/+17
2020-09-15bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau1-7/+7
2020-09-15ipv4: Update exception handling for multipath routes via same deviceDavid Ahern1-5/+8
2020-09-15net: tipc: kerneldoc fixesLu Wei1-1/+2
2020-09-15batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing1-16/+87
2020-09-15batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing3-14/+30
2020-09-15batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing3-13/+53
2020-09-14xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel1-9/+8
2020-09-14net: sched: initialize with 0 before setting erspan md->uXin Long1-0/+1
2020-09-14lwtunnel: only keep the available bits when setting vxlan md->gbpXin Long1-0/+1
2020-09-14net: sched: only keep the available bits when setting vxlan md->gbpXin Long2-1/+4
2020-09-14tipc: use skb_unshare() instead in tipc_buf_append()Xin Long1-1/+2
2020-09-14tipc: Fix memory leak in tipc_group_create_member()Peilin Ye1-4/+10
2020-09-14ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern3-0/+3
2020-09-14batman-adv: Add missing include for in_interrupt()Sven Eckelmann1-0/+1
2020-09-11taprio: Fix allowing too small intervalsVinicius Costa Gomes1-11/+17
2020-09-10net: DCB: Validate DCB_ATTR_DCB_BUFFER argumentPetr Machata1-0/+8
2020-09-10net: Fix bridge enslavement failureIdo Schimmel1-1/+1
2020-09-10net: Correct the comment of dst_dev_put()Miaohe Lin1-1/+1
2020-09-10net: sch_generic: aviod concurrent reset and enqueue op for lockless qdiscYunsheng Lin1-15/+33
2020-09-10mptcp: fix kmalloc flag in mptcp_pm_nl_get_local_idGeliang Tang1-1/+1