summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Add _nf_(un)register_hooks symbolsMahesh Bandewar2016-09-192-5/+48
* ipv6: Export p6_route_input_lookup symbolMahesh Bandewar2016-09-192-3/+7
* Merge branch 'net-offloaded-stats'David S. Miller2016-09-185-11/+255
|\
| * mlxsw: spectrum: Implement offload stats ndo and expose HW stats by defaultNogah Frankel2016-09-182-7/+127
| * net: core: Add offload stats to if_stats_msgNogah Frankel2016-09-182-4/+116
| * netdevice: Add offload statistics ndoNogah Frankel2016-09-181-0/+12
|/
* Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller2016-09-1834-277/+484
|\
| * cfg80211: add helper to find an IE that matches a byte-arrayLuca Coelho2016-09-162-32/+59
| * mac80211_hwsim: statically initialize hwsim_radios listJohannes Berg2016-09-161-2/+1
| * mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach2016-09-161-1/+1
| * cfg80211: remove unnecessary pointer-ofJohannes Berg2016-09-151-1/+1
| * mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan2016-09-153-0/+13
| * mac80211: remove sta_remove_debugfs driver callbackJohannes Berg2016-09-153-28/+2
| * mac80211: remove pointless chanctx NULL checkJohannes Berg2016-09-151-4/+0
| * mac80211: remove unused assignmentJohannes Berg2016-09-151-1/+0
| * nl80211: always check nla_put* return valuesJohannes Berg2016-09-151-5/+8
| * nl80211: always check nla_nest_start() return valueJohannes Berg2016-09-151-0/+11
| * mac80211: fix scan completed tracingJohannes Berg2016-09-151-1/+1
| * mac80211: fix possible out-of-bounds accessJohannes Berg2016-09-151-4/+8
| * cfg80211: allow connect keys only with default (TX) keyJohannes Berg2016-09-154-2/+22
| * cfg80211: reduce connect key caching struct sizeJohannes Berg2016-09-136-17/+10
| * cfg80211: validate key index betterJohannes Berg2016-09-131-1/+7
| * cfg80211: wext: only allow WEP keys to be configured before connectedJohannes Berg2016-09-131-0/+3
| * nl80211: only allow WEP keys during connect commandJohannes Berg2016-09-131-5/+8
| * nl80211: fix connect keys range checkJohannes Berg2016-09-131-1/+1
| * cfg80211: disallow shared key authentication with key index 4Johannes Berg2016-09-132-2/+2
| * mac80211: remove useless open_count checkJohannes Berg2016-09-131-2/+1
| * mac80211: simplify TDLS RA lookupJohannes Berg2016-09-131-11/+4
| * mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen2016-09-135-129/+117
| * mac80211: send delBA on unexpected BlockAck RequestJohannes Berg2016-09-121-0/+6
| * mac80211: send delBA on unexpected BlockAck data framesJohannes Berg2016-09-123-2/+14
| * mac80211: add support for radiotap timestamp fieldJohannes Berg2016-09-124-0/+66
| * mac80211: add support for MU-MIMO air snifferAviya Erenfeld2016-09-125-3/+51
| * mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul2016-09-123-2/+12
| * cfg80211: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-121-1/+1
| * mac80211: refactor monitor representation in sdataAviya Erenfeld2016-09-128-19/+23
| * cfg80211: clarify the requirements of .disconnect()Emmanuel Grumbach2016-09-121-1/+2
| * nl80211: Allow GET_INTERFACE dumps to be filteredDenis Kenzior2016-09-121-0/+29
* | net: r6040: add in missing white space in error message textColin Ian King2016-09-181-4/+2
* | pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet2016-09-181-14/+18
* | openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo2016-09-183-39/+33
* | openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo2016-09-182-4/+7
* | Merge branch 'sctp-transmit-errs'David S. Miller2016-09-186-104/+85
|\ \
| * | sctp: not return ENOMEM err back in sctp_packet_transmitXin Long2016-09-181-25/+22
| * | sctp: make sctp_outq_flush/tail/uncork return voidXin Long2016-09-183-19/+13
| * | sctp: save transmit error to sk_err in sctp_outq_flushXin Long2016-09-182-10/+14
| * | sctp: free msg->chunks when sctp_primitive_SEND return errXin Long2016-09-184-3/+20
| * | sctp: do not return the transmit err back to sctp_sendmsgXin Long2016-09-181-11/+5
| * | sctp: remove the unnecessary state check in sctp_outq_tailXin Long2016-09-181-39/+14
|/ /
* | Merge branch 'ip_tunnel-collect_md'David S. Miller2016-09-179-59/+658
|\ \