index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
6lowpan: Fix null pointer dereference in UDP uncompression function
Tony Cheneau
2012-07-17
1
-0
/
+3
*
|
|
Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
2012-07-17
24
-1124
/
+437
|
\
\
\
|
*
|
|
tipc: remove print_buf and deprecated log buffer code
Erik Hugne
2012-07-14
7
-333
/
+2
|
*
|
|
tipc: phase out most of the struct print_buf usage
Erik Hugne
2012-07-14
10
-222
/
+213
|
*
|
|
tipc: simplify print buffer handling in tipc_printf
Erik Hugne
2012-07-14
1
-42
/
+10
|
*
|
|
tipc: simplify link_print by divorcing it from using tipc_printf
Paul Gortmaker
2012-07-14
1
-17
/
+7
|
*
|
|
tipc: remove TIPC packet debugging functions and macros
Erik Hugne
2012-07-14
4
-312
/
+0
|
*
|
|
tipc: use standard printk shortcut macros (pr_err etc.)
Erik Hugne
2012-07-14
18
-174
/
+177
|
*
|
|
tipc: limit error messages relating to memory leak to one line
Paul Gortmaker
2012-07-12
1
-2
/
+4
|
*
|
|
tipc: factor stats struct out of the larger link struct
Paul Gortmaker
2012-07-12
1
-30
/
+32
*
|
|
|
net: make sock diag per-namespace
Andrey Vagin
2012-07-17
4
-17
/
+50
*
|
|
|
tcp: add OFO snmp counters
Eric Dumazet
2012-07-17
2
-2
/
+8
|
|
/
/
|
/
|
|
*
|
|
xfrm: Initialize the struct xfrm_dst behind the dst_enty field
Steffen Klassert
2012-07-14
1
-2
/
+3
*
|
|
ipv6: Initialize the struct rt6_info behind the dst_enty field
Steffen Klassert
2012-07-14
1
-5
/
+6
*
|
|
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
2012-07-14
34
-480
/
+1138
|
\
\
\
|
*
\
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-07-12
34
-480
/
+1138
|
|
\
\
\
|
|
*
|
|
NFC: Check for llcp_sock and its device from llcp_sock_getname
Samuel Ortiz
2012-07-09
1
-0
/
+3
|
|
*
|
|
NFC: Add ISO 14443 type B protocol
Samuel Ortiz
2012-07-09
3
-4
/
+8
|
|
*
|
|
NFC: Dereference LLCP bind socket address after checking for it to be NULL
Samuel Ortiz
2012-07-09
1
-2
/
+2
|
|
*
|
|
NFC: Do not return EBUSY when stopping a poll that's already stopped
Samuel Ortiz
2012-07-09
1
-0
/
+9
|
|
*
|
|
NFC: Remove warning from nfc_llcp_local_put
Samuel Ortiz
2012-07-09
1
-2
/
+0
|
|
*
|
|
NFC: Handle LLCP Disconnected Mode frames
Samuel Ortiz
2012-07-09
1
-0
/
+44
|
|
*
|
|
NFC: LLCP late binding
Samuel Ortiz
2012-07-09
2
-77
/
+166
|
|
*
|
|
NFC: Forbid SSAP binding to a not well known LLCP service
Samuel Ortiz
2012-07-09
1
-17
/
+5
|
|
*
|
|
NFC: Forbid LLCP service name reusing
Samuel Ortiz
2012-07-09
1
-1
/
+3
|
|
*
|
|
NFC: Release LLCP SAP when the owner is released
Samuel Ortiz
2012-07-09
3
-14
/
+11
|
|
*
|
|
NFC: Close listening LLCP sockets when the device is gone
Samuel Ortiz
2012-07-09
1
-3
/
+8
|
|
*
|
|
NFC: Build LLCP general bytes upon request
Samuel Ortiz
2012-07-09
1
-15
/
+17
|
|
*
|
|
NFC: Fix LLCP getname socket op
Samuel Ortiz
2012-07-09
1
-4
/
+7
|
|
*
|
|
NFC: Update LLCP socket target index when getting a connection
Samuel Ortiz
2012-07-09
1
-0
/
+1
|
|
*
|
|
NFC: Add netlink module alias for NFC
Samuel Ortiz
2012-07-09
1
-0
/
+3
|
|
*
|
|
NFC: Add modules alias for NFC sockets
Samuel Ortiz
2012-07-09
1
-0
/
+1
|
|
*
|
|
NFC: Allow HCI driver to pre-open pipes to some gates
Eric Lapuyade
2012-07-09
3
-21
/
+15
|
|
*
|
|
NFC: nfc_driver_failure() implementation
Eric Lapuyade
2012-07-09
1
-6
/
+2
|
|
*
|
|
NFC: nfc_targets_found() should accept zero target found
Eric Lapuyade
2012-07-09
1
-6
/
+13
|
|
*
|
|
NFC: Core must test the device polling state inside the device lock
Eric Lapuyade
2012-07-09
1
-2
/
+7
|
|
*
|
|
NFC: Implement HCI driver or internal error management
Eric Lapuyade
2012-07-09
1
-4
/
+11
|
|
*
|
|
NFC: Factorize HCI cmd completion
Eric Lapuyade
2012-07-09
1
-11
/
+16
|
|
*
|
|
NFC: Driver failure API
Eric Lapuyade
2012-07-09
1
-0
/
+10
|
|
*
|
|
NFC: Changed HCI cmd execution completion result to std linux errno
Eric Lapuyade
2012-07-09
3
-22
/
+23
|
|
*
|
|
NFC: Implement HCP reaggregation allocation error case
Eric Lapuyade
2012-07-09
1
-5
/
+10
|
|
*
|
|
NFC: Remove an impossible HCI error case
Eric Lapuyade
2012-07-09
1
-10
/
+0
|
|
*
|
|
NFC: Handle SHDLC RSET frames from an SHDLC connected chip
Eric Lapuyade
2012-07-09
1
-4
/
+4
|
|
*
|
|
NFC: Removed addressed shdlc TODOs
Eric Lapuyade
2012-07-09
1
-11
/
+0
|
|
*
|
|
NFC: Prepare asynchronous error management for driver and shdlc
Eric Lapuyade
2012-07-09
2
-8
/
+19
|
|
*
|
|
Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next
John W. Linville
2012-07-09
23
-257
/
+746
|
|
|
\
\
\
|
|
|
*
|
|
mac80211: fix crash with single-queue drivers
Johannes Berg
2012-07-06
1
-2
/
+10
|
|
|
*
|
|
mac80211: always set in_reconfig=false on wakeup
Eliad Peller
2012-07-06
1
-1
/
+1
|
|
|
*
|
|
mac80211: fix debugfs default key links
Johannes Berg
2012-07-06
1
-6
/
+10
|
|
|
*
|
|
cfg80211: bitrate calculation for 60g
Vladimir Kondratiev
2012-07-05
1
-0
/
+49
[prev]
[next]