summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-10-10cfg80211: set the rates mask in connection probes over specified freqKarl Beldan1-2/+11
2014-10-10mac80211: enable DFS with channel contextsMichal Kazior2-4/+17
2014-10-09mac80211: directly return ieee80211_vif_use_reserved_context()Fabian Frederick1-5/+1
2014-10-09mac80211: allow channel switch with multiple channel contextsLuciano Coelho3-22/+20
2014-10-09mac80211: wait for the first beacon on the new channel after CSALuciano Coelho3-13/+36
2014-10-09mac80211: add post_channel_switch driver operationLuciano Coelho4-1/+37
2014-10-09mac80211: add pre_channel_switch driver operationLuciano Coelho4-8/+79
2014-10-09mac80211: add extended channel switching capability if the driver supports CSALuciano Coelho2-9/+14
2014-10-09mac80211: add device_timestamp to the ieee80211_channel_switch structLuciano Coelho2-5/+12
2014-10-09mac80211: implement cfg80211_ops to query mesh proxy path tableHenning Rogge3-0/+87
2014-10-09cfg80211: add ops to query mesh proxy path tableHenning Rogge3-1/+170
2014-10-09mac80211: minstrel_ht: fix MCS_GROUP_RATES usageKarl Beldan1-1/+1
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds434-7910/+15378
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-14/+49
2014-10-09netlabel: directly return netlbl_unlabel_genl_init()Fabian Frederick1-5/+1
2014-10-08net_sched: copy exts->type in tcf_exts_change()WANG Cong1-0/+1
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-69/+48
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-55/+75
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-3/+3
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds11-402/+32
2014-10-08wimax: convert printk to pr_foo()Fabian Frederick7-16/+17
2014-10-08af_unix: remove 0 assignment on staticFabian Frederick1-1/+1
2014-10-08ipv6: Do not warn for informational ICMP messages, regardless of type.David S. Miller1-2/+2
2014-10-07bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTINGHerbert Xu2-0/+15
2014-10-07tipc: fix bug in multicast congestion handlingJon Maloy4-3/+21
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet14-23/+23
2014-10-07net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong1-4/+4
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou1-14/+15
2014-10-07openvswitch: fix a sparse warningAndy Zhou1-3/+2
2014-10-07net: fix a sparse warningAndy Zhou1-1/+1
2014-10-07ipv6: don't walk node's leaf during serial number updateHannes Frederic Sowa1-17/+30
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa2-8/+7
2014-10-07ipv6: only generate one new serial number per fib mutationHannes Frederic Sowa1-6/+6
2014-10-07ipv6: make rt_sernum atomic and serial number fields ordinary intsHannes Frederic Sowa1-10/+13
2014-10-07ipv6: minor fib6 cleanups like type safety, bool conversion, inline removalHannes Frederic Sowa1-40/+31
2014-10-07net: validate_xmit_vlan() is staticEric Dumazet1-1/+2
2014-10-07net: fix rcu access on phonet_routesFabian Frederick1-3/+3
2014-10-07net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend4-8/+14
2014-10-07net: sched: cls_cgroup tear down exts and ematch from rcu callbackJohn Fastabend1-3/+1
2014-10-07net: sched: remove tcf_proto from ematch callsJohn Fastabend9-20/+21
2014-10-07net: introduce netdevice gso_min_segs attributeEric Dumazet1-3/+6
2014-10-07ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann1-1/+1
2014-10-06ethtool: Ethtool parameter to dynamically change tx_copybreakEric Dumazet1-0/+1
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet3-7/+7
2014-10-06net: skb_segment() provides list head and tailEric Dumazet2-12/+20
2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross11-32/+448
2014-10-06openvswitch: Factor out allocation and verification of actions.Jesse Gross1-11/+27
2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross9-42/+73
2014-10-06openvswitch: Add support for matching on OAM packets.Jesse Gross2-5/+13
2014-10-06openvswitch: Eliminate memset() from flow_extract.Jesse Gross1-9/+45