summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Add _nf_(un)register_hooks symbolsMahesh Bandewar2016-09-191-5/+46
* ipv6: Export p6_route_input_lookup symbolMahesh Bandewar2016-09-191-3/+4
* net: core: Add offload stats to if_stats_msgNogah Frankel2016-09-181-4/+107
* Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller2016-09-1830-264/+404
|\
| * cfg80211: add helper to find an IE that matches a byte-arrayLuca Coelho2016-09-161-31/+27
| * 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-152-0/+7
| * mac80211: remove sta_remove_debugfs driver callbackJohannes Berg2016-09-152-19/+0
| * 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-122-0/+33
| * 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-122-2/+8
| * cfg80211: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-121-1/+1
| * mac80211: refactor monitor representation in sdataAviya Erenfeld2016-09-128-19/+23
| * nl80211: Allow GET_INTERFACE dumps to be filteredDenis Kenzior2016-09-121-0/+29
* | 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
* | 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-182-17/+11
* | 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-183-3/+19
* | 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
* | ip6_tunnel: add collect_md mode to IPv6 tunnelsAlexei Starovoitov2016-09-171-45/+133
* | ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov2016-09-172-6/+105
* | l2tp: constify net_device_ops structuresJulia Lawall2016-09-171-1/+1
* | llc: switch type to bool as the timeout is only tested versus 0Alan Cox2016-09-171-2/+2
* | tcp: prepare skbs for better sack shiftingEric Dumazet2016-09-171-7/+24
* | rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells2016-09-178-2/+34
* | net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin2016-09-165-0/+147
* | tcp: fix a stale ooo_last_skb after a replaceEric Dumazet2016-09-161-1/+2