summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/linvill...John W. Linville2011-11-096-20/+47
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-082-9/+9
| |\
| | * Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek2011-11-071-8/+8
| | * Bluetooth: Revert: Fix L2CAP connection establishmentArek Lichwa2011-11-071-1/+1
| * | mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit settingJanusz.Dziedzic@tieto.com2011-11-071-4/+4
| * | cfg80211: fix cmp_iesJohannes Berg2011-11-071-5/+8
| * | cfg80211: allow setting TXQ parameters only in AP modeJohannes Berg2011-11-071-0/+6
| * | nl80211: fix HT capability attribute validationJohannes Berg2011-11-071-2/+1
| * | mac80211: use min rate as basic rate for buggy APsEliad Peller2011-11-071-0/+19
| |/
* | 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
| |\|
| | * mac80211: disable powersave for broken APsJohannes Berg2011-11-022-2/+17
| | * mac80211: Fix TDLS support validation in add_station handlerJouni Malinen2011-11-021-6/+6
| | * mac80211: config hw when going back on-channelEliad Peller2011-11-021-2/+1
| | * mac80211: fix remain_off_channel regressionEliad Peller2011-11-021-2/+2
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-023-5/+8
| | |\
| | | * Bluetooth: Set HCI_MGMT flag only in read_controller_infoJohan Hedberg2011-10-311-2/+0
| | | * Bluetooth: Increase HCI reset timeout in hci_dev_do_closeSzymon Janc2011-10-311-1/+1
| | | * Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc2011-10-141-2/+7
* | | | 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-03325-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
* | | | | net: Add back alignment for size for __alloc_skbTony Lindgren2011-11-031-0/+1
* | | | | net: add missing bh_unlock_sock() callsEric Dumazet2011-11-032-0/+2
* | | | | l2tp: fix race in l2tp_recv_dequeue()Eric Dumazet2011-11-031-1/+2
* | | | | udp: fix a race in encap_rcv handlingEric Dumazet2011-11-021-3/+5
* | | | | x25: Fix NULL dereference in x25_recvmsgDave Jones2011-11-021-3/+8
* | | | | net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven2011-11-016-32/+62
* | | | | vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman2011-11-011-4/+6
* | | | | neigh: Kill bogus SMP protected debugging message.David S. Miller2011-11-011-5/+1
* | | | | netfilter: do not propagate nf_queue errors in nf_hook_slowFlorian Westphal2011-11-011-6/+5
* | | | | netfilter: ipv6: fix afinfo->route refcnt leak on errorFlorian Westphal2011-11-011-3/+10
* | | | | ipvs: Remove unused variable "cs" from ip_vs_leave function.Krzysztof Wilczynski2011-11-011-1/+1
* | | | | netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-0118-92/+37
* | | | | ipvs: Removed unused variablesSimon Horman2011-11-011-4/+0
* | | | | ipvs: Remove unused return value of protocol state transitionsSimon Horman2011-11-014-24/+14
* | | | | ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman2011-11-012-2/+2
* | | | | ipvs: Expose ip_vs_ftp module parameters via sysfs.Krzysztof Wilczynski2011-11-011-2/+3
| |/ / / |/| | |
* | | | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-11-013-8/+7
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-10-3112-30/+83
|\ \ \ \ | | |/ / | |/| |
| * | | vlan: allow nested vlan_do_receive()Eric Dumazet2011-10-302-4/+7