summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add pre_channel_switch driver operationLuciano Coelho2014-10-095-8/+86
* mac80211: add extended channel switching capability if the driver supports CSALuciano Coelho2014-10-093-9/+19
* mac80211: add device_timestamp to the ieee80211_channel_switch structLuciano Coelho2014-10-093-5/+15
* mac80211: implement cfg80211_ops to query mesh proxy path tableHenning Rogge2014-10-093-0/+87
* cfg80211: add ops to query mesh proxy path tableHenning Rogge2014-10-095-1/+183
* mac80211: minstrel_ht: fix MCS_GROUP_RATES usageKarl Beldan2014-10-091-1/+1
* mac80211_hwsim: fix typo, remove unnecessary gotoBen Greear2014-10-091-2/+1
* mac80211_hwsim: fix memory leak on netlink TX failureBen Greear2014-10-091-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-091397-37800/+153007
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-0847-181/+264
| |\
| | * net_sched: copy exts->type in tcf_exts_change()WANG Cong2014-10-081-0/+1
| | * Update Intel Ethernet Driver maintainers listAlexander Duyck2014-10-071-2/+2
| | * bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTINGHerbert Xu2014-10-072-0/+15
| | * 3c59x: fix bad split of cpu_to_le32(pci_map_single())Sylvain "ythier" Hitier2014-10-071-1/+1
| | * bna: allow transmit tagged framesIvan Vecera2014-10-072-2/+2
| | * sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-062-4/+17
| | * Merge branch 'spider_net'David S. Miller2014-10-061-37/+5
| | |\
| | | * net: spider_net: avoid using signed char for bitopsAntoine Ténart2014-10-061-3/+3
| | | * net: spider_net: do not read mac address again after setting itAntoine Ténart2014-10-061-34/+2
| | |/
| | * hyperv: Fix a bug in netvsc_send()KY Srinivasan2014-10-061-7/+8
| | * team: avoid race condition in scheduling delayed workJoe Lawrence2014-10-051-2/+2
| | * ematch: Fix early ending of inverted containers.Ignacy Gawędzki2014-10-051-2/+3
| | * net: systemport: fix bcm_sysport_insert_tsb()Florian Fainelli2014-10-051-6/+7
| | * ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel2014-10-051-2/+2
| | * r8152: autoresume before setting MAC addresshayeswang2014-10-041-2/+9
| | * asix: Don't reset PHY on if_up for ASIX 88772Michel Stam2014-10-041-1/+1
| | * Merge branch 'rds-net'David S. Miller2014-10-033-7/+12
| | |\
| | | * net/rds: fix possible double free on sock tear downHerton R. Krzesinski2014-10-031-4/+7
| | | * net/rds: do proper house keeping if connection fails in rds_tcp_conn_connectHerton R. Krzesinski2014-10-031-1/+4
| | | * net/rds: call rds_conn_drop instead of open code it at rds_connect_completeHerton R. Krzesinski2014-10-031-2/+1
| | |/
| * | netlabel: directly return netlbl_unlabel_genl_init()Fabian Frederick2014-10-081-5/+1
| * | net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet2014-10-082-2/+32
| * | net: description of dma_cookie cause make xmldocs warningMasanari Iida2014-10-081-2/+0
| * | cxgb4: clean up a type issueDan Carpenter2014-10-081-10/+8
| * | cxgb4: potential shift wrapping bugDan Carpenter2014-10-081-1/+1
| * | i40e: skb->xmit_more supportEric Dumazet2014-10-081-44/+46
| * | Merge branch 'fs_enet_napi'David S. Miller2014-10-086-161/+147
| |\ \
| | * | net: fs_enet: Add NAPI TXLEROY Christophe2014-10-085-11/+132
| | * | net: fs_enet: Remove non NAPI RXLEROY Christophe2014-10-082-150/+15
| |/ /
| * | r8169:add support for RTL8168EPChun-Hao Lin2014-10-081-44/+517
| * | wimax: convert printk to pr_foo()Fabian Frederick2014-10-087-16/+17
| * | af_unix: remove 0 assignment on staticFabian Frederick2014-10-071-1/+1
| * | ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller2014-10-071-2/+2
| * | tipc: fix bug in multicast congestion handlingJon Maloy2014-10-074-3/+21
| * | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-0727-39/+54
| * | net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet2014-10-071-24/+24
| * | net: bcmgenet: fix Tx ring priority programmingPetri Gynther2014-10-072-17/+27
| * | net: phy: adjust fixed_phy_register() return valuePetri Gynther2014-10-073-17/+20
| * | net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong2014-10-071-4/+4
| * | openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou2014-10-073-30/+36