summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau2020-09-302-6/+6
* ethtool: mark netlink family as __ro_after_initJakub Kicinski2020-09-291-1/+1
* net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locksManivannan Sadhasivam2020-09-291-9/+25
* net: core: add nested_level variable in net_deviceTaehee Yoo2020-09-292-19/+78
* net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-293-37/+68
* net: core: add __netdev_upper_dev_unlink()Taehee Yoo2020-09-291-10/+16
* net_sched: remove a redundant goto chain checkCong Wang2020-09-281-14/+0
* net: bridge: fdb: don't flush ext_learn entriesNikolay Aleksandrov2020-09-281-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-09-284-7/+45
|\
| * xfrm: Use correct address family in xfrm_state_findHerbert Xu2020-09-251-4/+7
| * xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony2020-09-071-1/+1
| * xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony2020-09-071-0/+28
| * xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony2020-09-071-0/+1
| * xfrmi: drop ignore_df check before updating pmtuSabrina Dubroca2020-08-271-1/+1
| * espintcp: restore IP CB before handing the packet to xfrmSabrina Dubroca2020-08-171-1/+5
| * ip_vti: Fix unused variable warningYueHaibing2020-08-081-0/+2
* | tcp: skip DSACKs with dubious sequence rangesPriyaranjan Jha2020-09-252-7/+26
* | net/tls: race causes kernel panicRohit Maheshwari2020-09-251-2/+7
* | net_sched: commit action insertions togetherCong Wang2020-09-251-9/+23
* | net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-2521-64/+21
* | net: switchdev: Fixed kerneldoc warningTian Tao2020-09-241-1/+1
* | mptcp: Wake up MPTCP worker when DATA_FIN found on a TCP FIN packetMat Martineau2020-09-241-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-2251-234/+541
|\ \
| * | inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet2020-09-221-5/+15
| * | net: bridge: br_vlan_get_pvid_rcu() should dereference the VLAN group under RCUVladimir Oltean2020-09-221-10/+17
| * | Merge tag 'mac80211-for-net-2020-09-21' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-09-217-16/+28
| |\ \
| | * | mac80211: fix 80 MHz association to 160/80+80 AP on 6 GHzJohn Crispin2020-09-181-3/+4
| | * | mac80211: do not allow bigger VHT MPDUs than the hardware supportsFelix Fietkau2020-09-181-4/+4
| | * | cfg80211: fix 6 GHz channel conversionJohannes Berg2020-09-181-1/+1
| | * | mac80211: do not disable HE if HT is missing on 2.4 GHzWen Gong2020-09-181-1/+2
| | * | mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit2020-09-181-1/+2
| | * | lib80211: fix unmet direct dependendices config warning when !CRYPTONecip Fazil Yildiran2020-09-181-0/+1
| | * | mac80211: add AQL support for VHT160 tx ratesFelix Fietkau2020-09-181-1/+3
| | * | mac80211: extend AQL aggregation estimation to HE and fix unit mismatchFelix Fietkau2020-09-181-5/+11
| * | | ipv6: route: convert comma to semicolonXu Wang2020-09-211-1/+1
| * | | net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski2020-09-201-6/+3
| * | | net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran2020-09-191-0/+1
| * | | Merge tag 'batadv-net-for-davem-20200918' of git://git.open-mesh.org/linux-mergeDavid S. Miller2020-09-186-46/+179
| |\ \ \
| | * | | batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing2020-09-151-16/+87
| | * | | batman-adv: mcast: fix duplicate mcast packets in BLA backbone from meshLinus Lüssing2020-09-153-14/+30
| | * | | batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing2020-09-153-13/+53
| | * | | batman-adv: Add missing include for in_interrupt()Sven Eckelmann2020-09-141-0/+1
| | * | | batman-adv: mcast/TT: fix wrongly dropped or rerouted packetsLinus Lüssing2020-09-051-0/+4
| | * | | batman-adv: bla: fix type misuse for backbone_gw hash indexingLinus Lüssing2020-08-271-3/+4
| * | | | net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean2020-09-181-4/+7
| | |/ / | |/| |
| * | | ethtool: add and use message type for tunnel info replyMichal Kubecek2020-09-181-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-162-18/+17
| |\ \ \
| | * | | bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau2020-09-161-7/+7
| | * | | xsk: Fix number of pinned pages/umem size discrepancyBjörn Töpel2020-09-151-9/+8
| | * | | bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann2020-09-081-2/+2