| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | VSOCK: Detach QP check should filter out non matching QPs. | Jorgen Hansen | 2016-04-06 | 1 | -2/+2 |
| | * | | | | af_packet: tone down the Tx-ring unsupported spew. | Dave Jones | 2016-04-06 | 1 | -1/+1 |
| | * | | | | Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_a... | David S. Miller | 2016-04-06 | 1 | -1/+0 |
| | * | | | | ip6_tunnel: set rtnl_link_ops before calling register_netdevice | Thadeu Lima de Souza Cascardo | 2016-04-05 | 1 | -1/+1 |
| | * | | | | Revert "netpoll: Fix extra refcount release in netpoll_cleanup()" | Bjorn Helgaas | 2016-04-05 | 1 | -2/+1 |
| | * | | | | sctp: flush if we can't fit another DATA chunk | Marcelo Ricardo Leitner | 2016-04-05 | 1 | -1/+2 |
| | * | | | | bridge: Fix incorrect variable assignment on error path in br_sysfs_addbr | Bastien Philbert | 2016-04-04 | 1 | -0/+1 |
| | * | | | | ipv6: l2tp: fix a potential issue in l2tp_ip6_recv | Haishuang Yan | 2016-04-04 | 1 | -3/+5 |
| | * | | | | ipv4: l2tp: fix a potential issue in l2tp_ip_recv | Haishuang Yan | 2016-04-04 | 1 | -3/+5 |
| | |/ / / |
|
| * | | | | Merge branch 'PAGE_CACHE_SIZE-removal' | Linus Torvalds | 2016-04-04 | 10 | -59/+59 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage | Kirill A. Shutemov | 2016-04-04 | 1 | -1/+1 |
| | * | | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 | 10 | -58/+58 |
* | | | | | ipv6: fix inet6_lookup_listener() | Eric Dumazet | 2016-04-09 | 1 | -2/+2 |
* | | | | | net: dsa: make the VLAN add function return void | Vivien Didelot | 2016-04-08 | 1 | -8/+3 |
* | | | | | net: dsa: make the FDB add function return void | Vivien Didelot | 2016-04-08 | 1 | -8/+8 |
* | | | | | net: dsa: make the STP state function return void | Vivien Didelot | 2016-04-08 | 1 | -17/+15 |
* | | | | | Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/sc... | David S. Miller | 2016-04-08 | 39 | -984/+1809 |
|\ \ \ \ \ |
|
| * | | | | | cfg80211: Allow reassociation to be requested with internal SME | Jouni Malinen | 2016-04-06 | 2 | -3/+14 |
| * | | | | | cfg80211: Add option to specify previous BSSID for Connect command | Jouni Malinen | 2016-04-06 | 2 | -2/+8 |
| * | | | | | mac80211: minstrel_ht: set A-MSDU tx limits based on selected max_prob_rate | Felix Fietkau | 2016-04-06 | 1 | -0/+54 |
| * | | | | | mac80211: add A-MSDU tx support | Felix Fietkau | 2016-04-06 | 5 | -0/+166 |
| * | | | | | mac80211: enable collecting station statistics per-CPU | Johannes Berg | 2016-04-06 | 4 | -46/+138 |
| * | | | | | mac80211: add fast-rx path | Johannes Berg | 2016-04-06 | 7 | -3/+409 |
| * | | | | | mac80211: fix RX u64 stats consistency on 32-bit platforms | Johannes Berg | 2016-04-06 | 3 | -29/+54 |
| * | | | | | mac80211: fix last RX rate data consistency | Johannes Berg | 2016-04-06 | 3 | -49/+77 |
| * | | | | | mac80211: add separate last_ack variable | Johannes Berg | 2016-04-06 | 4 | -9/+24 |
| * | | | | | mac80211: remove rx_stats.last_rx update after sta alloc | Johannes Berg | 2016-04-06 | 2 | -6/+0 |
| * | | | | | mac80211: move averaged values out of rx_stats | Johannes Berg | 2016-04-06 | 4 | -10/+12 |
| * | | | | | mac80211: move semicolon out of CALL_RXH macro | Johannes Berg | 2016-04-06 | 1 | -17/+17 |
| * | | | | | mac80211: count MSDUs in A-MSDU properly | Johannes Berg | 2016-04-06 | 1 | -9/+9 |
| * | | | | | mac80211: allow passing transmitter station on RX | Johannes Berg | 2016-04-06 | 1 | -5/+13 |
| * | | | | | mac80211: mesh: flush paths outside of plink lock | Bob Copeland | 2016-04-05 | 1 | -2/+9 |
| * | | | | | mac80211: mesh: fix cleanup for mesh pathtable | Bob Copeland | 2016-04-05 | 3 | -2/+8 |
| * | | | | | mac80211: mesh: fix mesh path kerneldoc | Bob Copeland | 2016-04-05 | 1 | -8/+12 |
| * | | | | | mac80211: mesh: reorder structure members | Bob Copeland | 2016-04-05 | 1 | -3/+2 |
| * | | | | | mac80211: mesh: embed gates hlist head directly | Bob Copeland | 2016-04-05 | 2 | -15/+5 |
| * | | | | | mac80211: mesh: use hlist for rmc cache | Bob Copeland | 2016-04-05 | 2 | -10/+12 |
| * | | | | | mac80211: mesh: handle failed alloc for rmc cache | Bob Copeland | 2016-04-05 | 1 | -0/+3 |
| * | | | | | mac80211: mesh: fix crash in mesh_path_timer | Bob Copeland | 2016-04-05 | 3 | -15/+25 |
| * | | | | | mac80211: track and tell driver about GO client P2P PS abilities | Ayala Beker | 2016-04-05 | 2 | -0/+33 |
| * | | | | | cfg80211: allow userspace to specify client P2P PS support | Ayala Beker | 2016-04-05 | 1 | -0/+34 |
| * | | | | | mac80211: avoid useless memory write on each frame RX | Johannes Berg | 2016-04-05 | 1 | -3/+4 |
| * | | | | | mac80211: fix cipher scheme function name | Johannes Berg | 2016-04-05 | 1 | -4/+4 |
| * | | | | | mac80211: clean up station flags debugfs | Johannes Berg | 2016-04-05 | 2 | -20/+47 |
| * | | | | | mac80211: don't start dynamic PS timer if not needed | Johannes Berg | 2016-04-05 | 1 | -5/+5 |
| * | | | | | mac80211: remove sta_info debugfs sub-struct | Johannes Berg | 2016-04-05 | 3 | -17/+15 |
| * | | | | | mac80211: Remove unused variable in per STA debugfs struct | Mohammed Shafi Shajakhan | 2016-04-05 | 2 | -3/+0 |
| * | | | | | mac80211: enable starting BA session with custom timeout | Sara Sharon | 2016-04-05 | 1 | -17/+30 |
| * | | | | | mac80211: add NETIF_F_RXCSUM to features white list | Sara Sharon | 2016-04-05 | 1 | -1/+1 |
| * | | | | | mac80211: Set global RRM capability | Emmanuel Grumbach | 2016-04-05 | 1 | -0/+2 |