summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-0441-290/+409
|\
| * net: sched: action_ife: take reference to meta moduleVlad Buslov2018-09-041-1/+15
| * act_ife: fix a potential use-after-freeCong Wang2018-09-041-1/+1
| * Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-0411-135/+164
| |\
| | * 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/+1Star
| | * 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: 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-283-86/+22Star
| | * mac80211: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall2018-08-281-4/+1Star
| | * cfg80211: remove division by size of sizeof(struct ieee80211_wmm_rule)Johannes Berg2018-08-201-2/+1Star
| | * 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
| * | 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: sched: null actions array pointer before releasing actionVlad Buslov2018-09-041-1/+1
| * | ip6_tunnel: respect ttl inherit for ip6tnlHangbin Liu2018-09-041-1/+9
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-031-4/+3Star
| |\ \
| | * | bpf: Fix bpf_msg_pull_data()Tushar Dave2018-09-021-4/+3Star
| * | | net/ipv6: Only update MTU metric if it setDavid Ahern2018-09-021-1/+4
| * | | igmp: fix incorrect unsolicit report count after link down and upHangbin Liu2018-09-021-4/+2Star
| * | | igmp: fix incorrect unsolicit report count when join groupHangbin Liu2018-09-021-3/+2Star
| |/ /
| * | ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev2018-09-021-1/+0Star
| * | tcp: do not restart timewait timer on rst receptionFlorian Westphal2018-09-011-1/+2
| * | net/rds: RDS is not Radio Data SystemPavel Machek2018-09-011-1/+1
| * | Revert "packet: switch kvzalloc to allocate memory"Eric Dumazet2018-09-012-13/+32
| * | net_sched: reject unknown tcfa_action valuesPaolo Abeni2018-08-301-5/+11
| * | net: rtnl: return early from rtnl_unregister_all when protocol isn't registeredSabrina Dubroca2018-08-301-0/+4
| * | ipv6: fix cleanup ordering for pingv6 registrationSabrina Dubroca2018-08-301-2/+2
| * | ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca2018-08-301-3/+3
| * | net/sched: act_pedit: fix dump of extended layered opDavide Caratti2018-08-301-5/+13
| * | tipc: switch to rhashtable iteratorCong Wang2018-08-304-26/+56
| * | tipc: fix a missing rhashtable_walk_exit()Cong Wang2018-08-301-0/+2
| * | vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev2018-08-301-1/+1
| * | bpf: fix sg shift repair start offset in bpf_msg_pull_dataDaniel Borkmann2018-08-291-13/+13
| * | bpf: fix shift upon scatterlist ring wrap-around in bpf_msg_pull_dataDaniel Borkmann2018-08-291-1/+4
| * | bpf: fix msg->data/data_end after sg shift repair in bpf_msg_pull_dataDaniel Borkmann2018-08-291-3/+2Star