| Commit message (Expand) | Author | Age | Files | Lines |
* | macvtap: slient sparse warnings | Jason Wang | 2013-06-13 | 1 | -1/+1 |
* | tun: Report "persist" flag to userspace | Pavel Emelyanov | 2013-06-12 | 1 | -0/+2 |
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2013-06-12 | 7 | -34/+191 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-06-11 | 7 | -34/+191 |
| |\ |
|
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2013-06-03 | 2 | -1/+6 |
| | |\ |
|
| | | * | cfg80211: remove cleanup_work kernel-doc | Johannes Berg | 2013-05-29 | 1 | -1/+0 |
| | | * | cfg80211: support an active monitor interface flag | Felix Fietkau | 2013-05-29 | 2 | -0/+6 |
| | * | | cw1200: rename the cw1200 platform definition header | Solomon Peachy | 2013-06-03 | 1 | -0/+0 |
| | * | | cw1200: Rework SDIO platform support to prevent build problems. | Solomon Peachy | 2013-06-03 | 1 | -1/+36 |
| | * | | cw1200: Replace use of 'struct resource' with 'int' for GPIO fields. | Solomon Peachy | 2013-06-03 | 1 | -6/+6 |
| | * | | cw1200: move platform_data header to correct location. | Solomon Peachy | 2013-06-03 | 1 | -0/+0 |
| | * | | cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsets | Solomon Peachy | 2013-05-29 | 1 | -0/+46 |
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2013-05-29 | 5 | -37/+111 |
| | |\ \
| | | |/ |
|
| | | * | cfg80211: make WoWLAN configuration available to drivers | Johannes Berg | 2013-05-27 | 1 | -0/+4 |
| | | * | cfg80211/mac80211: use cfg80211 wdev mutex in mac80211 | Johannes Berg | 2013-05-25 | 1 | -28/+23 |
| | | * | cfg80211: vastly simplify locking | Johannes Berg | 2013-05-25 | 1 | -3/+2 |
| | | * | Merge remote-tracking branch 'mac80211/master' into mac80211-next | Johannes Berg | 2013-05-25 | 1 | -4/+8 |
| | | |\ |
|
| | | * | | {cfg,mac}80211: move mandatory rates calculation to cfg80211 | Ashok Nagarajan | 2013-05-24 | 1 | -0/+9 |
| | | * | | cfg80211: Allow TDLS peer AID to be configured for VHT | Jouni Malinen | 2013-05-24 | 1 | -0/+7 |
| | | * | | mac80211: add STBC flag for radiotap | Oleksij Rempel | 2013-05-24 | 2 | -0/+11 |
| | | * | | cfg80211: Userspace may inform kernel of mesh auth method. | Colleen Twitty | 2013-05-16 | 2 | -0/+7 |
| | | * | | wireless: move crypto constants to ieee80211.h | Johannes Berg | 2013-05-16 | 1 | -0/+9 |
| | | * | | wireless: fix kerneldoc content in *80211.h files. | Robert P. J. Day | 2013-05-16 | 2 | -2/+3 |
| | | * | | nl80211: Add generic netlink module alias for cfg80211/nl80211 | Marcel Holtmann | 2013-05-16 | 1 | -0/+2 |
| | | * | | mac80211: add support for per-chain signal strength reporting | Felix Fietkau | 2013-05-16 | 1 | -0/+6 |
| | | * | | cfg80211: add support for per-chain signal strength reporting | Felix Fietkau | 2013-05-16 | 2 | -0/+20 |
| | * | | | bcma: support SPROM rev 10 | Rafał Miłecki | 2013-05-22 | 1 | -0/+1 |
| | |/ / |
|
* | | | | ipv4: remove is_data also from ip_options documentation. | Rami Rosen | 2013-06-12 | 1 | -1/+0 |
* | | | | team: remove synchronize_rcu() called during port disable | Jiri Pirko | 2013-06-12 | 1 | -0/+10 |
* | | | | team: use kfree_rcu instead of synchronize_rcu in team_port_dev | Jiri Pirko | 2013-06-12 | 1 | -0/+1 |
* | | | | doc:networking: Update comment for dev_id field in netdevice.h | Narendra K | 2013-06-12 | 1 | -2/+4 |
* | | | | net: udp4: move GSO functions to udp_offload | Daniel Borkmann | 2013-06-12 | 1 | -3/+4 |
* | | | | igmp: hash a hash table to speedup ip_check_mc_rcu() | Eric Dumazet | 2013-06-12 | 2 | -0/+6 |
* | | | | net_sched: psched_ratecfg_precompute() improvements | Eric Dumazet | 2013-06-11 | 1 | -2/+2 |
|/ / / |
|
* | | | net_sched: add 64bit rate estimators | Eric Dumazet | 2013-06-11 | 5 | -13/+25 |
* | | | netlink: Add compare function for netlink_table | Gao feng | 2013-06-11 | 1 | -0/+1 |
* | | | bridge: Add a flag to control unicast packet flood. | Vlad Yasevich | 2013-06-11 | 1 | -0/+1 |
* | | | bridge: Add flag to control mac learning. | Vlad Yasevich | 2013-06-11 | 1 | -0/+1 |
* | | | net: remove last caller of skb_tail_offset() and itself | Cong Wang | 2013-06-10 | 1 | -8/+0 |
* | | | net: add low latency socket poll | Eliezer Tamir | 2013-06-10 | 5 | -2/+162 |
* | | | net: add napi_id and hash | Eliezer Tamir | 2013-06-10 | 1 | -0/+29 |
* | | | macvtap: add TUNSETQUEUE ioctl | Jason Wang | 2013-06-07 | 1 | -0/+4 |
* | | | macvlan: change the max number of queues to 16 | Jason Wang | 2013-06-07 | 1 | -1/+1 |
* | | | macvlan: switch to use IS_ENABLED() | Jason Wang | 2013-06-07 | 1 | -1/+1 |
* | | | net: tcp: move GRO/GSO functions to tcp_offload | Daniel Borkmann | 2013-06-07 | 1 | -4/+5 |
* | | | net: vlan: minor: remove unused HAVE_VLAN_PUT_TAG | Daniel Borkmann | 2013-06-07 | 1 | -2/+0 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-06-06 | 2 | -16/+4 |
|\ \ \ |
|
| * \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-06-06 | 1 | -0/+3 |
| |\ \ \ |
|
| | * | | | net: Unbreak compat_sys_{send,recv}msg | Andy Lutomirski | 2013-06-06 | 1 | -0/+3 |
| * | | | | arch, mm: Remove tlb_fast_mode() | Peter Zijlstra | 2013-06-06 | 1 | -16/+1 |
| |/ / / |
|