aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-03-25net: use indirect call wrappers for skb_copy_datagram_iter()Eric Dumazet
2020-03-24ethtool: fix incorrect tx-checksumming settings reportingVladyslav Tarasiuk
2020-03-23Remove DST_HOSTDavid Laight
2020-03-23net: dsa: Implement flow dissection for tag_brcm.cFlorian Fainelli
2020-03-23devlink: Only pass packet trap group identifier in trap structureIdo Schimmel
2020-03-23devlink: Stop reference counting packet trap groupsIdo Schimmel
2020-03-23devlink: Add API to register packet trap groupsIdo Schimmel
2020-03-23net: sched: rename more stats_typesJakub Kicinski
2020-03-23net: mptcp: don't hang in mptcp_sendmsg() after TCP fallbackDavide Caratti
2020-03-23net: Make skb_segment not to compute checksum if network controller supports ...Yadu Kishore
2020-03-21mptcp: Remove set but not used variable 'can_ack'YueHaibing
2020-03-21net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki
2020-03-21net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki
2020-03-21net/tls: Constify base proto ops used for building tls protoJakub Sitnicki
2020-03-20Merge tag 'mac80211-next-for-net-next-2020-03-20' of git://git.kernel.org/pub...David S. Miller
2020-03-20net: bridge: vlan options: move the tunnel command to the nested attributeNikolay Aleksandrov
2020-03-20net: bridge: vlan options: nest the tunnel id into a tunnel info attributeNikolay Aleksandrov
2020-03-20mac80211: driver can remain on channel if not using chan_ctxYan-Hsuan Chuang
2020-03-20nl80211: clarify code in nl80211_del_station()Johannes Berg
2020-03-20cfg80211: Configure PMK lifetime and reauth threshold for PMKSA entriesVeerendranath Jakkam
2020-03-20mac80211: Read rx_stats with perCPU pointersSeevalamuthu Mariappan
2020-03-20mac80211: Allow deleting stations in ibss mode to reset their stateNicolas Cavallari
2020-03-20cfg80211: Add support for userspace to reset stations in IBSS modeNicolas Cavallari
2020-03-20mac80211: consider WLAN_EID_EXT_HE_OPERATION for parsing CRCJohannes Berg
2020-03-20mac80211: HE: set missing bss_conf fields in AP modeShaul Triebitz
2020-03-20nl80211: pass HE operation element to the driverShaul Triebitz
2020-03-20nl80211/cfg80211: add support for non EDCA based ranging measurementAvraham Stern
2020-03-20mac80211: don't leave skb->next/prev pointing to stackJohannes Berg
2020-03-20mac80211: handle no-preauth flag for control portMarkus Theil
2020-03-20nl80211: add no pre-auth attribute and ext. feature flag for ctrl. portMarkus Theil
2020-03-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2020-03-19net: tc_skbedit: Make the skbedit priority offloadablePetr Machata
2020-03-19net: bridge: vlan: include stats in dumps if requestedNikolay Aleksandrov
2020-03-19mptcp: rename fourth ack fieldPaolo Abeni
2020-03-18net: sched: Fix hw_stats_type setting in pedit loopPetr Machata
2020-03-18netfilter: revert introduction of egress hookDaniel Borkmann
2020-03-18Bluetooth: Do not cancel advertising when starting a scanDmitry Grinberg
2020-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-03-17mptcp: move msk state update to subflow_syn_recv_sock()Paolo Abeni
2020-03-17net: bridge: vlan options: add support for tunnel mapping set/delNikolay Aleksandrov
2020-03-17net: bridge: vlan options: add support for tunnel id dumpingNikolay Aleksandrov
2020-03-17net: bridge: vlan tunnel: constify bridge and port argumentsNikolay Aleksandrov
2020-03-17net: bridge: vlan options: rename br_vlan_opts_eq to br_vlan_opts_eq_rangeNikolay Aleksandrov
2020-03-17net_sched: sch_fq: enable use of hrtimer slackEric Dumazet
2020-03-17net_sched: do not reprogram a timer about to expireEric Dumazet
2020-03-17net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski
2020-03-17net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski
2020-03-18netfilter: Introduce egress hookLukas Wunner
2020-03-18netfilter: Generalize ingress hookLukas Wunner