summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * cfg80211: fix sending WoWLAN TCP wakeup settingsJohannes Berg2013-05-161-0/+2
| * mac80211: report deauth to cfg80211 for local state changeJohannes Berg2013-05-161-4/+4
| * cfg80211: fix interface down/disconnect state handlingJohannes Berg2013-05-162-2/+2
| * mac80211: fix AP-mode frame matchingJohannes Berg2013-05-161-0/+3
| * nl80211: Add wdev identifier to some nl80211 notificationsIlan Peer2013-05-161-0/+2
| * mac80211: use just spin_lock() in ieee80211_get_tkip_p2k()Johannes Berg2013-05-161-2/+2
| * mac80211: fix spurious RCU warning and update documentationFelix Fietkau2013-05-161-1/+8
| * mac80211: fix HT beacon-based channel switch handlingJohannes Berg2013-05-161-6/+22
| * mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUMEJohannes Berg2013-05-163-0/+33
| * cfg80211: fix WoWLAN wakeup tracingJohannes Berg2013-05-161-10/+13
| * cfg80211: fix wiphy_register error pathJohannes Berg2013-05-161-6/+10
* | {cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan2013-05-245-34/+33
* | mac80211: Move mesh estab_plinks outside mesh_stats debug groupAshok Nagarajan2013-05-241-2/+3
* | cfg80211: Allow TDLS peer AID to be configured for VHTJouni Malinen2013-05-241-2/+9
* | mac80211: add STBC flag for radiotapOleksij Rempel2013-05-241-0/+4
* | mac80211: enable power save only if DTIM period is availableAlexander Bondar2013-05-161-0/+4
* | mac80211: enable Auth Protocol Identifier on mesh config.Colleen Twitty2013-05-162-1/+1
* | cfg80211: Userspace may inform kernel of mesh auth method.Colleen Twitty2013-05-162-0/+9
* | cfg80211: use C99 initialisers to simplify code a bitJohannes Berg2013-05-161-24/+20
* | mac80211: write memcpy differently for smatchJohannes Berg2013-05-161-1/+1
* | wireless: move crypto constants to ieee80211.hJohannes Berg2013-05-166-89/+84
* | mac80211: fix HT beacon-based channel switch handlingJohannes Berg2013-05-161-6/+22
* | nl80211: Add generic netlink module alias for cfg80211/nl80211Marcel Holtmann2013-05-162-4/+5
* | cfg80211: add 60GHz regulatory classVladimir Kondratiev2013-05-161-0/+3
* | mac80211: add support for per-chain signal strength reportingFelix Fietkau2013-05-164-1/+33
* | cfg80211: add support for per-chain signal strength reportingFelix Fietkau2013-05-161-0/+38
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-111-2/+4
|\ \
| * | kernel: audit: beautify code, for extern function, better to check its parame...Chen Gang2013-04-101-2/+4
* | | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-101-28/+30
|\ \ \ | |_|/ |/| |
| * | SUNRPC: fix decoding of optional gss-proxy xdr fieldsJ. Bruce Fields2013-05-071-13/+13
| * | SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warningGeert Uytterhoeven2013-05-061-15/+17
* | | Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-05-092-3/+2
|\ \ \
| * | | SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesTrond Myklebust2013-05-032-3/+2
* | | | gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar2013-05-083-10/+13
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-05-066-32/+22
|\ \ \ \
| * | | | tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter2013-05-061-2/+4
| * | | | tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter2013-05-061-1/+4
| * | | | netpoll: inverted down_trylock() testDan Carpenter2013-05-061-1/+1
| * | | | rps_dev_flow_table_release(): no need to delay vfree()Al Viro2013-05-061-11/+1
| * | | | fib_trie: no need to delay vfree()Al Viro2013-05-061-11/+2
| * | | | net: frag, fix race conditions in LRU list maintenanceKonstantin Khlebnikov2013-05-061-0/+1
| * | | | tcp: do not expire TCP fastopen cookiesEric Dumazet2013-05-051-6/+9
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-05-0611-726/+1665
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | libceph: use slab cache for osd client requestsAlex Elder2013-05-022-2/+32
| * | | | libceph: allocate ceph message data with a slab allocatorAlex Elder2013-05-021-3/+23
| * | | | libceph: allocate ceph messages with a slab allocatorAlex Elder2013-05-021-2/+27
| * | | | libceph: create source file "net/ceph/snapshot.c"Alex Elder2013-05-012-1/+79
| * | | | libceph: fix byte order mismatchAlex Elder2013-05-011-2/+1
| * | | | libceph: support pages for class request dataAlex Elder2013-05-011-0/+12
| * | | | libceph: fix two messenger bugsAlex Elder2013-05-011-5/+3