summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-04-25cfg80211: change registered device pointer nameZhao, Gang3-196/+196
2014-04-25mac80211: remove unnecessary BUG_ON()Zhao, Gang1-2/+1
2014-04-25mac80211: return bool instead of numbers in yes/no functionZhao, Gang1-9/+10
2014-04-25mac80211: add option to generate CCMP IVs only for mgmt framesMarek Kwaczynski1-1/+4
2014-04-25mac80211: compute chanctx refcount on-the-flyMichal Kazior4-17/+49
2014-04-25mac80211: fix racy usage of chanctx->refcountMichal Kazior1-8/+9
2014-04-25mac80211: split ieee80211_free_chanctx()Michal Kazior1-12/+16
2014-04-25mac80211: split ieee80211_new_chanctx()Michal Kazior1-13/+43
2014-04-25mac80211: improve chanctx reservation lookupMichal Kazior1-2/+88
2014-04-25mac80211: improve find_chanctx() for reservationsMichal Kazior1-27/+29
2014-04-25mac80211: track reserved vifs in chanctxMichal Kazior3-4/+13
2014-04-25mac80211: track assigned vifs in chanctxMichal Kazior3-0/+9
2014-04-25mac80211: add support for radar detection for reservationsMichal Kazior2-2/+7
2014-04-25mac80211: prevent chanctx overcommitMichal Kazior1-1/+23
2014-04-25mac80211: add max channel calculation utility functionMichal Kazior2-0/+43
2014-04-25cfg80211: allow drivers to iterate over matching combinationsMichal Kazior1-7/+37
2014-04-25cfg80211: Fix GO Concurrent relaxation on UNII-3Ilan Peer1-1/+17
2014-04-25vxlan: add x-netns supportNicolas Dichtel1-1/+2
2014-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+12
2014-04-24Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl commandMarcel Holtmann1-10/+1
2014-04-23net: filter: initialize A and X registersAlexei Starovoitov1-7/+9
2014-04-23ip6gre: add x-netns supportNicolas Dichtel1-20/+32
2014-04-23gre: add x-netns supportNicolas Dichtel1-3/+3
2014-04-23netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIPRichard Guy Briggs1-1/+3
2014-04-23netlink: have netlink per-protocol bind function return an error code.Richard Guy Briggs3-23/+54
2014-04-23netlink: simplify nfnetlink_bindRichard Guy Briggs1-5/+2
2014-04-23filter: added BPF random opcodeChema Gonzalez1-0/+12
2014-04-23vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing1-30/+28
2014-04-23ethtool: Support for configurable RSS hash keyVenkata Duvvuru1-14/+207
2014-04-23tcp: avoid retransmits of TCP packets hanging in host queuesEric Dumazet1-8/+26
2014-04-23ipv6: support IFA_F_MANAGETEMPADDR for address deletion tooHeiner Kallweit1-4/+16
2014-04-23tipc: fix race in disc create/deleteYing Xue3-20/+37
2014-04-23tipc: use bc_lock to protect node map in bearer structureYing Xue3-12/+13
2014-04-23tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue1-1/+1
2014-04-23tipc: make media_ptr pointed netdevice validYing Xue1-0/+1
2014-04-23tipc: purge tipc_net_lock lockYing Xue7-100/+42
2014-04-23tipc: use RCU to protect media_ptr pointerYing Xue2-4/+11
2014-04-23tipc: decouple the relationship between bearer and linkYing Xue7-46/+88
2014-04-23tipc: convert bearer_list to RCU listYing Xue3-13/+18
2014-04-23tipc: use RTNL lock to protect tipc_net_stop routineYing Xue1-0/+2
2014-04-23tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue1-8/+3
2014-04-23tipc: replace config_mutex lock with RTNL lockYing Xue2-5/+3
2014-04-22net: Fix ns_capable check in sock_diag_put_filterinfoAndrew Lutomirski2-3/+3
2014-04-22mac80211: mesh: always use the latest target_snBob Copeland1-1/+2
2014-04-22mac80211: fix mesh_add_rsn_ie IE finding loopBob Copeland1-13/+8
2014-04-22mac80211: mesh: use u16 return type for u16 getterBob Copeland1-1/+1
2014-04-22mac80211: Allow HT capa override to add 40 MHz intolerantJouni Malinen2-2/+19
2014-04-22cfg80211: fix processing world regdomain when non modularLuis R. Rodriguez1-1/+1
2014-04-22cfg80211: avoid freeing last_request while in flightArik Nemtsov1-8/+16
2014-04-21tcp: make tcp_cwnd_application_limited() staticWeiping Pan2-22/+22