summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: ipv6: Remove l3mdev_get_saddr6David Ahern2016-09-102-32/+1
* net: ipv4: Remove l3mdev_get_saddrDavid Ahern2016-09-103-43/+0
* net: l3mdev: remove redundant callsDavid Ahern2016-09-108-37/+10
* net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern2016-09-102-12/+14
* net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern2016-09-101-4/+0
* net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern2016-09-102-4/+16
* net: l3mdev: Add hook to output pathDavid Ahern2016-09-104-0/+30
* net: flow: Add l3mdev flow updateDavid Ahern2016-09-103-0/+41
* tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet2016-09-101-1/+7
* openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo2016-09-101-0/+4
* xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
* sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
* net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-3/+3
* l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-103-5/+5
* ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
* net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-2/+1
* lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-6/+6
* appletalk: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-1/+1
* net/sched: Introduce act_tunnel_keyAmir Vadai2016-09-103-0/+363
* net/sched: cls_flower: Classify packet in ip tunnelsAmir Vadai2016-09-101-1/+99
* net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai2016-09-101-21/+2
* bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-091-81/+48
* bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann2016-09-091-6/+31
* bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2016-09-091-8/+7
* bpf: minor cleanups in helpersDaniel Borkmann2016-09-091-4/+3
* ip_tunnel: do not clear l4 hashesEric Dumazet2016-09-091-1/+1
* Merge tag 'rxrpc-rewrite-20160908' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-09-0922-3304/+2301
|\
| * rxrpc: Rewrite the data and ack handling codeDavid Howells2016-09-0821-3286/+1983
| * rxrpc: Preallocate peers, conns and calls for incoming service requestsDavid Howells2016-09-088-10/+315
| * rxrpc: Add tracepoints to record received packets and end of data_readyDavid Howells2016-09-081-2/+6