aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * net: Cap number of elements for sendmmsgAnton Blanchard2011-08-151-0/+3
| * net: sendmmsg should only return an error if no messages were sentAnton Blanchard2011-08-151-24/+3
* | net: wireless: Fix CFG80211_ALLOW_RECONNECT option for disconnectDmitry Shmidt2011-10-181-0/+2
* | netfilter: xt_qtaguid: fix crash on ctrl delete commandJP Abgrall2011-10-071-1/+9
* | bridge: Have tx_bytes count headers like rx_bytes.Ashish Sharma2011-10-071-5/+6
* | netfilter: xt_qtaguid: Fix the stats info display orderAshish Sharma2011-10-061-6/+6
* | netfilter: ipv6: fix crash caused by ipv6_find_hdr()JP Abgrall2011-09-301-6/+8
* | netfilter: xt_qtaguid: add missing tracking for no filp caseJP Abgrall2011-09-292-5/+26
* | netfilter: xt_qtaguid: fix crash after using delete ctrl commandJP Abgrall2011-09-254-196/+449
* | netfilter: xt_qtaguid: change WARN_ONCE into pr_warn_onceJP Abgrall2011-09-201-11/+14
* | netfilter: xt_qtaguid: provide an iface_stat_all proc entryJP Abgrall2011-09-203-49/+151
* | netfilter: xt_qtaguid: work around devices that reset their statsJP Abgrall2011-09-154-40/+159
* | net: wireless: Add CFG80211_ALLOW_RECONNECT optionDmitry Shmidt2011-09-152-0/+13
* | netfilter: xt_qtaguid: warn only once for missing proc qtaguid dataJP Abgrall2011-09-111-4/+18
* | netfilter: xt_qtaguid: 1st pass at tracking tag based data resourcesJP Abgrall2011-09-095-297/+1533
* | net: wireless: change the expire time about each entry of scan resultsjun.ho.lee2011-09-091-1/+1
* | netfilter: qtaguid: fix proc/.../stats uid filtered outputJP Abgrall2011-09-021-10/+18
* | Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley2011-08-291-0/+4
* | netfilter: xt_qtaguid: fix dev_stats for missing NETDEV_UNREGISTERJP Abgrall2011-08-251-4/+19
* | netfilter: xt_qtaguid: add some tagging/matching statsJP Abgrall2011-08-191-2/+62
* | netfilter: xt_qtaguid: Fix sockfd_put() call within spinlockJP Abgrall2011-08-191-7/+17
* | netfilter: xt_qtaguid: Fix socket refcounts when taggingJP Abgrall2011-08-171-123/+186
* | Bluetooth: hidp: Don't release device ref if never heldPeter Hurley2011-08-111-1/+0
* | Bluetooth: hidp: Only free input device if failed registerPeter Hurley2011-08-111-1/+2
* | Bluetooth: hidp: Fix memory leak of cached report descriptorPeter Hurley2011-08-111-0/+1
* | Bluetooth: hidp: Fix session cleanup on failed conn addPeter Hurley2011-08-111-8/+6
* | Bluetooth: bnep: Fix deadlock in session deletionPeter Hurley2011-08-112-4/+6
* | Bluetooth: Don't use cmd_timer to timeout HCI reset commandSzymon Janc2011-08-111-2/+4
* | Merge commit 'v3.0.1' into android-3.0Colin Cross2011-08-106-11/+17
|\ \ | |/
| * cfg80211: really ignore the regulatory requestSven Neumann2011-08-041-2/+3
| * svcrpc: fix list-corrupting race on nfsd shutdownJ. Bruce Fields2011-08-041-5/+6
| * mac80211: Restart STA timers only on associated stateRajkumar Manoharan2011-08-041-0/+3
| * ethtool: Allow zero-length register dumps againBen Hutchings2011-08-041-2/+2
| * bridge: send proper message_age in config BPDUstephen hemminger2011-08-042-2/+3
* | Merge commit 'v3.0' into android-3.0Colin Cross2011-08-1018-75/+168
|\ \ | |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-191-7/+10
| |\
| | * ceph: fix file mode calculationSage Weil2011-07-191-7/+10
| * | Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky2011-07-161-2/+4
| * | Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan2011-07-161-2/+1
| * | net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław2011-07-141-1/+5
| * | net: sctp: fix checksum marking for outgoing packetsMichał Mirosław2011-07-141-11/+8
| * | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-07-132-17/+12
| |\ \
| | * | SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear2011-07-121-1/+1
| | * | SUNRPC: Fix a race between work-queue and rpc_killall_tasksTrond Myklebust2011-07-071-16/+11
| * | | sctp: ABORT if receive, reassmbly, or reodering queue is not empty while clos...Thomas Graf2011-07-082-8/+21
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-07-0810-27/+67
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-0810-27/+67
| | |\ \ \
| | | * | | mac80211: fix TKIP replay vulnerabilityJohannes Berg2011-07-071-3/+13
| | | * | | mac80211: fix ie memory allocation for scheduled scansLuciano Coelho2011-07-071-1/+2
| | | * | | cfg80211: fix deadlock with rfkill/sched_scan by adding new mutexLuciano Coelho2011-07-054-14/+34