summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-085-6/+3Star
|\
| * mac80211: drop spelling fixJiri Kosina2011-12-121-1/+1
| * typo fixes: aera -> area, exntension -> extensionWang YanQing2011-12-091-1/+1
| * treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-023-3/+3
| * drop "select GCD" from three Kconfig filesPaul Bolle2011-11-131-1/+0Star
| * Merge branch 'master' into for-nextJiri Kosina2011-11-13448-6379/+15558
| |\
| * | Kconfig: remove a few puzzling commentsPaul Bolle2011-10-311-2/+0Star
* | | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-081-1/+2
|\ \ \
| * \ \ Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki2011-12-251-1/+2
| |\ \ \
| | * \ \ Merge branch 'master' into pm-sleepRafael J. Wysocki2011-12-2160-324/+514
| | |\ \ \
| | * | | | Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezerJeff Layton2011-12-061-1/+2
* | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-083-4/+3Star
|\ \ \ \ \ \
| * | | | | | switch ->path_mknod() to umode_tAl Viro2012-01-041-1/+1
| * | | | | | sunrpc: propagate umode_tAl Viro2012-01-042-2/+2
| * | | | | | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-041-1/+0Star
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-01-07432-11004/+24072
|\ \ \ \ \ \ \
| * | | | | | | net_sched: red: split red_parms into parms and varsEric Dumazet2012-01-053-52/+62
| * | | | | | | net_sched: sfq: extend limitsEric Dumazet2012-01-051-58/+117
| * | | | | | | net_sched: Bug in netem reorderingHagen Paul Pfeifer2012-01-051-2/+2
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-0518-102/+149
| |\ \ \ \ \ \ \
| | * | | | | | | mac80211: remove dead codeMohammed Shafi Shajakhan2012-01-042-19/+0Star
| | * | | | | | | mac80211: Call driver commands after drv_start in mac80211 restart codeYogesh Ashok Powar2012-01-041-10/+9Star
| | * | | | | | | mac80211: use RCU read locks for sta_info_getMohammed Shafi Shajakhan2012-01-041-0/+2
| | * | | | | | | mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan2012-01-041-1/+4
| | * | | | | | | mac80211: fix scan state machineMohammed Shafi Shajakhan2012-01-041-1/+1
| | * | | | | | | net/rfkill/rfkill-gpio.c: introduce missing kfreeJulia Lawall2012-01-041-1/+1
| | * | | | | | | mac80211: always clear SDATA_STATE_OFFCHANNEL flagEliad Peller2012-01-041-1/+3
| | * | | | | | | wireless: Treat IPv6 diffserv the same as IPv4 for 802.11eDave Täht2012-01-041-1/+5
| | * | | | | | | NFC: Export a new attribute nfcid1 in target infoIlan Elias2012-01-042-0/+9
| | * | | | | | | cfg80211: relicense reg.c reg.h and genregdb.awk to ISCLuis R. Rodriguez2012-01-044-7/+54
| | * | | | | | | cfg80211: replace reg.c Nokia commit 269ac5Luis R. Rodriguez2012-01-041-3/+3
| | * | | | | | | cfg80211: replace reg.c Nokia commit c4c32294Luis R. Rodriguez2012-01-041-6/+6
| | * | | | | | | NFC: Handle error during NCI data exchangeIlan Elias2012-01-041-0/+18
| | * | | | | | | NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias2012-01-044-31/+30Star
| | * | | | | | | wireless: Protect regdomain change by mutexDmitry Shmidt2012-01-041-1/+4
| | * | | | | | | mac80211: Remove superfluous ieee80211_rx_h_remove_qos_controlHelmut Schaa2012-01-041-20/+0Star
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-052-3/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | ipv6/addrconf: speedup /proc/net/if_inet6 fillingMihai Maruseac2012-01-041-15/+28
| * | | | | | | | | ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)Neil Horman2012-01-042-3/+5
| * | | | | | | | | net_sched: sfq: always randomize hash perturbationEric Dumazet2012-01-041-6/+6
| * | | | | | | | | net_sched: sfq: fix mem alloc error recoveryEric Dumazet2012-01-041-19/+33
| * | | | | | | | | ethtool: Remove ethtool_ops::set_rx_ntuple operationBen Hutchings2012-01-041-55/+0Star
| * | | | | | | | | ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings2012-01-042-2/+11
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-0328-1135/+1282
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-0215-329/+372
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Bluetooth: Fix a compile warning in RFCOMMGustavo F. Padovan2011-12-271-3/+0Star
| | | * | | | | | | | Bluetooth: Incorrect address while storing LTK.Hemant Gupta2011-12-231-1/+1
| | | * | | | | | | | Bluetooth: Don't disable interrupt when locking the queueGustavo F. Padovan2011-12-221-2/+2
| | | * | | | | | | | Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan2011-12-222-14/+14
| | | * | | | | | | | Bluetooth: add debug output to l2cap_ack_timeout()Gustavo F. Padovan2011-12-221-0/+2