summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* nfc: Remove function tracer like entry messagesJoe Perches2011-11-305-63/+19
* nfc: Remove unused nfc_printk and nfc_<level> macrosJoe Perches2011-11-302-26/+0
* nfc: Convert nfc_dbg to pr_debugJoe Perches2011-11-307-158/+160
* nfc: Use standard logging stylesJoe Perches2011-11-306-26/+38
* mac80211: remove unused function declarationMohammed Shafi Shajakhan2011-11-301-1/+0
* mac80211: revert on-channel work optimisationsJohannes Berg2011-11-305-142/+13
* net: rfkill: convert net/rfkill/* to use module_platform_driver()Axel Lin2011-11-302-23/+2
* mac80211: remove tracing config symbolJohannes Berg2011-11-283-25/+2
* mac80211: clean up rx_h_mesh_fwdingThomas Pedersen2011-11-281-49/+39
* mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen2011-11-285-77/+79
* {nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen2011-11-287-1/+24
* mac80211: fix forwarded mesh frame queue mappingThomas Pedersen2011-11-284-21/+36
* mac80211: fix switched HWMP frame addressesThomas Pedersen2011-11-281-19/+11
* mac80211: failed forwarded mesh frame addressingThomas Pedersen2011-11-283-11/+8
* {nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh2011-11-283-0/+12
* mac80211: Make __check_htcap_disable static.Ben Greear2011-11-281-3/+3
* mac80211: call skb_put() before copying the data (trivial)Eliad Peller2011-11-281-1/+1
* mac80211: fix TX warningJohannes Berg2011-11-281-3/+4
* mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau2011-11-284-7/+17
* mac80211: log reason and initiator when rx agg is stoppedNikolay Martynov2011-11-281-2/+5
* mac80211: trivial: use WLAN_BACK_RECIPIENT instead of hardcoded 0Nikolay Martynov2011-11-281-1/+1
* mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov2011-11-283-1/+44
* mac80211: don't indicate probe resp change in IBSS modeArik Nemtsov2011-11-281-2/+5
* mac80211: dereference RCU protected probe_resp pointer correctlyArik Nemtsov2011-11-281-1/+1
* mac80211: fix duration calculation for QoS NOACK framesSimon Wunderlich2011-11-281-5/+9
* mac80211: Add NoAck per tid supportSimon Wunderlich2011-11-284-1/+22
* wireless: Add NoAck per tid supportSimon Wunderlich2011-11-281-0/+28
* mac80211: remove debugfs noack testSimon Wunderlich2011-11-284-47/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-22209-345/+682
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-078-19/+34
| |\
| | * wanrouter: Remove kernel_lock annotationsRichard Weinberger2011-11-071-2/+0
| | * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-047-17/+34
| | |\
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-047-17/+34
| | | |\
| * | | \ Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06161-0/+167
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | net: fix implicit kmod.h usage in bridge/br_stp_if.cPaul Gortmaker2011-10-311-0/+1
| | * | | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31129-0/+130
| | * | | net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-316-0/+6
| | * | | net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-3129-0/+30
| * | | | Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-044-36/+106
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust2011-11-02325-6196/+15275
| | |\ \ \
| | * | | | SUNRPC: remove rpcbind clients destruction on module cleanupStanislav Kinsbursky2011-10-252-15/+0
| | * | | | SUNRPC: remove rpcbind clients creation during service registeringStanislav Kinsbursky2011-10-251-9/+0
| | * | | | NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky2011-10-251-1/+2
| | * | | | SUNRPC: cleanup service destructionStanislav Kinsbursky2011-10-251-1/+0
| | * | | | SUNRPC: setup rpcbind clients if service requires itStanislav Kinsbursky2011-10-251-2/+9
| | * | | | SUNRPC: introduce svc helpers for prepairing rpcbind infrastructureStanislav Kinsbursky2011-10-252-1/+36
| | * | | | SUNRPC: use rpcbind reference counting helpersStanislav Kinsbursky2011-10-251-8/+4
| | * | | | SUNRPC: introduce helpers for reference counted rpcbind clientsStanislav Kinsbursky2011-10-251-0/+53
| | * | | | NFS/sunrpc: don't use a credential with extra groups.NeilBrown2011-10-251-0/+3
| * | | | | af_packet: de-inline some helper functionsOlof Johansson2011-11-031-26/+26