index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-03
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-0
/
+2
2013-04-01
Merge tag 'nfc-fixes-3.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2
-11
/
+3
2013-04-01
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
5
-13
/
+39
2013-03-30
cfg80211: sched_scan_mtx lock in cfg80211_conn_work()
Artem Savkov
1
-0
/
+2
2013-03-26
NFC: llcp: Keep the connected socket parent pointer alive
Samuel Ortiz
1
-1
/
+3
2013-03-25
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
12
-76
/
+154
2013-03-25
mac80211: fix idle handling sequence
Johannes Berg
3
-4
/
+16
2013-03-25
mac80211: fix remain-on-channel cancel crash
Johannes Berg
3
-9
/
+23
2013-03-24
mac80211: Don't restart sta-timer if not associated.
Ben Greear
2
-3
/
+6
2013-03-24
cfg80211: always check for scan end on P2P device
Johannes Berg
6
-47
/
+92
2013-03-20
mac80211: fix virtual monitor interface locking
Johannes Berg
1
-16
/
+19
2013-03-20
cfg80211: fix wdev tracing crash
Johannes Berg
1
-1
/
+2
2013-03-20
NFC: llcp: Remove possible double call to kfree_skb
Thierry Escande
1
-2
/
+0
2013-03-20
NFC: llcp: Detach socket from process context only when releasing the socket
Samuel Ortiz
2
-8
/
+0
2013-03-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
1
-0
/
+1
2013-03-14
Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 state
Vinicius Costa Gomes
1
-0
/
+1
2013-03-11
mac80211: fix crash with P2P Device returning action frames
Johannes Berg
1
-1
/
+13
2013-03-08
NFC: llcp: Report error to pending sockets when a device is removed
Samuel Ortiz
1
-4
/
+12
2013-03-08
NFC: llcp: Clean raw sockets from nfc_llcp_socket_release
Samuel Ortiz
1
-0
/
+29
2013-03-08
NFC: llcp: Clean local timers and works when removing a device
Samuel Ortiz
1
-7
/
+14
2013-03-08
NFC: llcp: Decrease socket ack log when accepting a connection
Samuel Ortiz
1
-0
/
+2
2013-03-07
cfg80211: fix potential BSS memory leak and update
Johannes Berg
1
-5
/
+11
2013-03-07
cfg80211: fix inconsistency in trace for rdev_set_mac_acl
Vladimir Kondratiev
1
-1
/
+1
2013-03-06
mac80211: always synchronize_net() during station removal
Johannes Berg
1
-2
/
+10
2013-03-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
6
-42
/
+70
2013-03-06
net/ipv4: Timestamp option cannot overflow with prespecified addresses
David Ward
1
-1
/
+1
2013-03-06
net: reduce net_rx_action() latency to 2 HZ
Eric Dumazet
1
-1
/
+1
2013-03-06
net: fix new kernel-doc warnings in net core
Randy Dunlap
1
-1
/
+1
2013-03-06
pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligible
Paolo Valente
1
-2
/
+0
2013-03-06
pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...
Paolo Valente
1
-1
/
+2
2013-03-06
pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeue
Paolo Valente
1
-1
/
+9
2013-03-06
pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...
Paolo Valente
1
-14
/
+22
2013-03-06
pkt_sched: sch_qfq: fix the update of eligible-group sets
Paolo Valente
1
-1
/
+1
2013-03-06
pkt_sched: sch_qfq: properly cap timestamps in charge_actual_service
Paolo Valente
1
-2
/
+11
2013-03-06
net/irda: Raise dtr in non-blocking open
Peter Hurley
1
-2
/
+9
2013-03-06
net/irda: Use barrier to set task state
Peter Hurley
1
-1
/
+1
2013-03-06
net/irda: Hold port lock while bumping blocked_open
Peter Hurley
1
-2
/
+2
2013-03-06
net/irda: Fix port open counts
Peter Hurley
1
-9
/
+5
2013-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
19
-139
/
+175
2013-03-04
tcp: fix double-counted receiver RTT when leaving receiver fast path
Neal Cardwell
1
-3
/
+3
2013-03-04
CAIF: fix sparse warning for caif_usb
Silviu-Mihai Popescu
1
-2
/
+2
2013-03-04
rds: simplify a warning message
Cong Wang
1
-4
/
+1
2013-03-04
net: ipv6: Don't purge default router if accept_ra=2
Lorenzo Colitti
1
-1
/
+2
2013-03-04
sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZE
Cong Wang
1
-5
/
+3
2013-03-04
rds: limit the size allocated by rds_message_alloc()
Cong Wang
1
-0
/
+3
2013-03-03
caif_dev: fix sparse warnings for caif_flow_cb
Silviu-Mihai Popescu
1
-1
/
+1
2013-03-02
Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-1
/
+20
2013-03-02
SUNRPC: One line comment fix
Trond Myklebust
1
-1
/
+1
2013-03-02
mac80211: another fix for idle handling in monitor mode
Felix Fietkau
1
-0
/
+6
2013-03-01
sctp: use the passed in gfp flags instead GFP_KERNEL
Dan Carpenter
1
-1
/
+1
[next]