aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-05batman-adv: Act on NETDEV_*_TYPE_CHANGE eventsAndrew Lunn1-1/+3
2015-12-05ipv6: Only act upon NETDEV_*_TYPE_CHANGE if we have ipv6 addressesAndrew Lunn1-1/+2
2015-12-04mac80211: reject zero cookie in mgmt-tx/roc cancelJohannes Berg1-0/+3
2015-12-04mac80211: Allow a STA to join an IBSS with 80+80 MHz channelJouni Malinen1-0/+1
2015-12-04cfg80211: reg: Refactor calculation of bandwidth flagsMichal Sojka1-54/+37
2015-12-04mac80211: rewrite remain-on-channel logicJohannes Berg3-291/+316
2015-12-04mac80211: simplify ack_skb handlingJohannes Berg3-18/+13
2015-12-04mac80211: move off-channel/mgmt-tx code to offchannel.cJohannes Berg3-495/+502
2015-12-04mac80211: fix mgmt-tx abort cookie and leakJohannes Berg1-3/+2
2015-12-04mac80211: catch queue stop underflowJohannes Berg1-2/+5
2015-12-04mac80211: properly free TX skbs when monitor TX failsJohannes Berg1-1/+1
2015-12-04mac80211: properly free skb when r-o-c for TX failsJohannes Berg1-1/+1
2015-12-04Revert "mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATE"Johannes Berg1-1/+2
2015-12-04cfg80211: handle add_station auth/assoc flag quirksJohannes Berg2-14/+19
2015-12-04cfg80211: use NL80211_ATTR_STA_AID in nl82011_set_stationAyala Beker1-2/+2
2015-12-04mac80211: Add support for aborting an ongoing scanVidyullatha Kanchanapally1-0/+6
2015-12-04cfg80211: Add support for aborting an ongoing scanVidyullatha Kanchanapally3-0/+38
2015-12-04mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flagJanusz.Dziedzic@tieto.com1-2/+4
2015-12-04cfg80211: Remove unused cfg80211_can_use_iftype_chan()Michal Sojka2-121/+0
2015-12-04cfg80211: reg: Remove unused function parameterMichal Sojka1-4/+3
2015-12-04mac80211: add atomic uploaded keys iteratorEliad Peller3-4/+55
2015-12-04mac80211: allow the driver to send EOSP when neededEmmanuel Grumbach2-43/+126
2015-12-04cfg80211: ocb: Fix null pointer deref if join_ocb is unimplementedOla Olsson1-0/+3
2015-12-04mac80211: remove string from unaligned packet warningJohannes Berg1-2/+1
2015-12-04lib80211: ratelimit key index mismatchJohannes Berg2-4/+4
2015-12-04mac80211: mesh: print MAC address instead of pointerJohannes Berg1-2/+2
2015-12-04cfg80211: replace ieee80211_ie_split() with an inlineJohannes Berg1-7/+0
2015-12-04cfg80211: add complete data to station add/change tracingJohannes Berg1-0/+38
2015-12-04cfg80211: Add missing tracing to cfg80211Ilan Peer3-5/+108
2015-12-04mac80211: allow driver to prevent two stations w/ same addressJohannes Berg2-2/+17
2015-12-04Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg6-15/+21
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller72-298/+605
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds70-298/+596
2015-12-03Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller6-15/+21
2015-12-03tipc: fix node reference count bugJon Paul Maloy1-8/+7
2015-12-03pppox: use standard module auto-loading featureGuillaume Nault1-1/+1
2015-12-03VSOCK: Add Makefile and KconfigAsias He2-0/+20
2015-12-03VSOCK: Introduce virtio-vsock.koAsias He1-0/+466
2015-12-03VSOCK: Introduce virtio-vsock-common.koAsias He1-0/+1272
2015-12-03VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_genericAsias He1-0/+70
2015-12-03mpls: support for dead routesRoopa Prabhu2-28/+159
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet4-14/+23
2015-12-03net: ipv6: restrict hop_limit sysctl setting to range [1; 255]Phil Sutter1-1/+15
2015-12-03openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni2-3/+7
2015-12-03ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn1-2/+3
2015-12-03ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller1-1/+6
2015-12-03net: introduce change lower state notifierJiri Pirko1-0/+20
2015-12-03net: add possibility to pass information about upper device via notifierJiri Pirko4-7/+10
2015-12-03net: propagate upper priv via netdev_master_upper_dev_linkJiri Pirko4-15/+10