summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...David S. Miller2017-04-2830-613/+869
|\
| * cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-287-45/+58
| * mac80211: Add support for BSS max idle period elementAvraham Stern2017-04-283-1/+23
| * cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern2017-04-285-76/+53Star
| * mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan2017-04-2811-70/+139
| * mac80211: add ieee80211_tx_status_extFelix Fietkau2017-04-281-28/+46
| * mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_statusFelix Fietkau2017-04-281-58/+58
| * mac80211: make rate control tx status API more extensibleFelix Fietkau2017-04-285-51/+42Star
| * mac80211: use bitfield macros for encoded rateJohannes Berg2017-04-282-30/+50
| * mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg2017-04-283-7/+7
| * mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-286-68/+75
| * mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-286-55/+55
| * mac80211: make multicast variable a bool in ieee80211_accept_frame()Luca Coelho2017-04-261-1/+1
| * mac80211: disentangle iflist_mtx and chanctx_mtxJohannes Berg2017-04-263-8/+9
| * mac80211: don't parse encrypted management frames in ieee80211_frame_ackedEmmanuel Grumbach2017-04-261-0/+1
| * cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-264-10/+11
| * nl80211: add support for BSSIDs in scheduled scan matchsetsArend Van Spriel2017-04-261-10/+30
| * nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-266-57/+181
| * cfg80211: simplify netlink socket owner interface deletionJohannes Berg2017-04-263-47/+9Star
| * mac80211: rewrite monitor mode delivery logicJohannes Berg2017-04-251-59/+92
| * cfg80211: Fix dfs state propagation for non-DFS center channelVasanthakumar Thiagarajan2017-04-251-3/+0Star
* | fib_rules: fix error return codeWei Yongjun2017-04-271-2/+4
* | bridge: add per-port broadcast flood flagMike Manning2017-04-274-8/+23
* | net: fib: Decrease one unnecessary rt cache flush in fib_disable_ipGao Feng2017-04-271-1/+2
* | l2tp: remove useless device duplication test in l2tp_eth_create()Guillaume Nault2017-04-271-6/+0Star
* | net: remove unnecessary carrier status checkZhang Shengju2017-04-271-7/+4Star
* | tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet2017-04-271-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-2714-35/+57
|\ \
| * | ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-04-261-2/+1Star
| * | tcp: memset ca_priv data to 0 properlyWei Wang2017-04-261-8/+3Star
| * | ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-04-261-16/+18
| * | net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-04-261-0/+3
| * | net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-04-251-0/+2
| * | net: ipv6: regenerate host route if moved to gc listDavid Ahern2017-04-251-2/+12
| * | bridge: move bridge multicast cleanup to ndo_uninitXin Long2017-04-252-1/+1
| * | ipv6: fix source routingSabrina Dubroca2017-04-251-0/+4
| * | tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan2017-04-251-1/+1
| * | tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan2017-04-251-1/+1
| * | ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-04-251-2/+4
| * | net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-04-241-1/+2
| * | udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka2017-04-241-0/+3
| * | ipv4: Avoid caching l3mdev dst on mismatched local routeRobert Shearman2017-04-241-1/+2
* | | tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2017-04-262-12/+18
* | | tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet2017-04-261-4/+0Star
* | | tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet2017-04-261-1/+1
* | | tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2017-04-262-7/+4Star
* | | tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2017-04-262-5/+5
* | | tcp: do not pass timestamp to tcp_fastretrans_alert()Eric Dumazet2017-04-261-8/+4Star
* | | tcp: do not pass timestamp to tcp_rack_identify_loss()Eric Dumazet2017-04-261-5/+4Star
* | | tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet2017-04-262-2/+2