summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-0415-187/+182
|\
| * mac80211: shorten the IBSS debug messagesEmmanuel Grumbach2018-09-031-11/+11
| * mac80211: don't Tx a deauth frame if the AP forbade TxEmmanuel Grumbach2018-09-031-2/+15
| * mac80211: Fix station bandwidth setting after channel switchIlan Peer2018-09-031-0/+53
| * mac80211: fix a race between restart and CSA flowsEmmanuel Grumbach2018-09-031-1/+20
| * mac80211: fix WMM TXOP calculationDreyfuss, Haim2018-09-031-2/+1
| * cfg80211: fix a type issue in ieee80211_chandef_to_operating_class()Dan Carpenter2018-09-031-1/+1
| * mac80211: fix an off-by-one issue in A-MSDU max_subframe computationLorenzo Bianconi2018-09-031-1/+1
| * mac80211: always account for A-MSDU header changesJohannes Berg2018-08-301-5/+7
| * mac80211: do not convert to A-MSDU if frag/subframe limitedLorenzo Bianconi2018-08-301-3/+3
| * cfg80211: nl80211_update_ft_ies() to validate NL80211_ATTR_IEArunk Khandavalli2018-08-301-0/+1
| * mac80211: avoid kernel panic when building AMSDU from non-linear SKBSara Sharon2018-08-291-17/+21
| * mac80211: mesh: fix HWMP sequence numbering to follow standardYuan-Chi Pang2018-08-291-0/+4
| * nl80211: Pass center frequency in kHz instead of MHzHaim Dreyfuss2018-08-281-1/+1
| * nl80211: Fix nla_put_u8 to u16 for NL80211_WMMR_TXOPHaim Dreyfuss2018-08-281-2/+2
| * mac80211_hwsim: Fix possible Spectre-v1 for hwsim_world_regdom_customJinbum Park2018-08-281-0/+4
| * mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach2018-08-281-0/+1
| * cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-08-286-135/+31
| * mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-08-281-3/+0
| * mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-08-281-4/+1
| * cfg80211: remove division by size of sizeof(struct ieee80211_wmm_rule)Johannes Berg2018-08-201-2/+1
| * mac80211_hwsim: require at least one channelJohannes Berg2018-08-151-0/+5
| * mac80211: Run TXQ teardown code before de-registering interfacesToke Høiland-Jørgensen2018-08-141-1/+1
| * rfkill-gpio: include linux/mod_devicetable.hArnd Bergmann2018-08-141-0/+1
* | tipc: correct spelling errors for tipc_topsrv_queue_evt() commentsZhenbo Gao2018-09-041-2/+2
* | tipc: correct spelling errors for struct tipc_bc_base's commentZhenbo Gao2018-09-041-2/+2
* | Merge branch 'bnxt_en-Bug-fixes'David S. Miller2018-09-045-33/+20
|\ \
| * | bnxt_en: Do not adjust max_cp_rings by the ones used by RDMA.Michael Chan2018-09-044-12/+9
| * | bnxt_en: Clean up unused functions.Michael Chan2018-09-044-18/+1
| * | bnxt_en: Fix firmware signaled resource change logic in open.Michael Chan2018-09-041-3/+10
|/ /
* | Merge branch 'sctp-two-fixes-for-spp_ipv6_flowlabel-and-spp_dscp-sockopts'David S. Miller2018-09-041-15/+19
|\ \
| * | sctp: not traverse asoc trans list if non-ipv6 trans exists for ipv6_flowlabelXin Long2018-09-041-4/+6
| * | sctp: fix invalid reference to the index variable of the iteratorXin Long2018-09-041-11/+13
|/ /
* | net/ibm/emac: wrong emac_calc_base call was used by typoIvan Mikhaylov2018-09-041-3/+3
* | net: sched: null actions array pointer before releasing actionVlad Buslov2018-09-041-1/+1
* | vhost: fix VHOST_GET_BACKEND_FEATURES ioctl request definitionGleb Fotengauer-Malinovskiy2018-09-041-1/+1
* | r8169: add support for NCube 8168 network cardAnthony Wong2018-09-042-0/+3
* | ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu2018-09-041-1/+9
* | uapi: Fix linux/rds.h userspace compilation errors.Vinson Lee2018-09-031-0/+1
* | net: cadence: Fix a sleep-in-atomic-context bug in macb_halt_tx()Jia-Ju Bai2018-09-031-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-033-5/+15
|\ \
| * | bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend2018-09-021-1/+11
| * | tools/bpf: bpftool, add xskmap in map typesPrashant Bhole2018-09-021-0/+1
| * | bpf: Fix bpf_msg_pull_data()Tushar Dave2018-09-021-4/+3
* | | net/ipv6: Only update MTU metric if it setDavid Ahern2018-09-021-1/+4
* | | net: ethernet: cpsw-phy-sel: prefer phandle for phy selTony Lindgren2018-09-021-3/+6
* | | dt-bindings: net: cpsw: Document cpsw-phy-sel usage but prefer phandleTony Lindgren2018-09-021-0/+6
* | | Merge branch 'igmp-fix-two-incorrect-unsolicit-report-count-issues'David S. Miller2018-09-021-7/+4
|\ \ \ | |/ / |/| |
| * | igmp: fix incorrect unsolicit report count after link down and upHangbin Liu2018-09-021-4/+2
| * | igmp: fix incorrect unsolicit report count when join groupHangbin Liu2018-09-021-3/+2
|/ /