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
*
sctp: reorder sctp_ulpevent and shrink msg_flags
Marcelo Ricardo Leitner
2016-07-14
1
-2
/
+2
*
sctp: allow others to use sctp_input_cb
Marcelo Ricardo Leitner
2016-07-14
1
-11
/
+0
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2016-07-14
15
-179
/
+211
|
\
|
*
Bluetooth: Increment management interface revision
Johan Hedberg
2016-07-13
1
-1
/
+1
|
*
Bluetooth: Add Authentication Failed reason to Disconnected Mgmt event
Szymon Janc
2016-07-13
1
-1
/
+15
|
*
Bluetooth: Rename HCI_BREDR into HCI_PRIMARY
Marcel Holtmann
2016-07-09
6
-27
/
+25
|
*
Bluetooth: Remove controller device attributes
Marcel Holtmann
2016-07-09
1
-54
/
+0
|
*
Bluetooth: Remove connection link attributes
Marcel Holtmann
2016-07-09
1
-45
/
+0
|
*
6lowpan: ndisc: set invalid unicast short addr to unspec
Alexander Aring
2016-07-08
1
-2
/
+5
|
*
ieee802154: 6lowpan: fix intra pan id check
Alexander Aring
2016-07-08
1
-1
/
+1
|
*
Bluetooth: Fix hci_sock_recvmsg return value
Denis Kenzior
2016-07-08
1
-0
/
+5
|
*
Bluetooth: Fix bt_sock_recvmsg return value
Denis Kenzior
2016-07-08
1
-0
/
+5
|
*
ieee802154: allow netns create of lowpan interface
Alexander Aring
2016-07-08
1
-2
/
+1
|
*
ieee802154: add netns support
Alexander Aring
2016-07-08
3
-6
/
+120
|
*
6lowpan: ndisc: add missing 802.15.4 only check
Alexander Aring
2016-07-08
1
-0
/
+3
|
*
6lowpan: ndisc: fix double read unlock
Alexander Aring
2016-07-08
1
-1
/
+2
|
*
Bluetooth: Switch SMP to crypto_cipher_encrypt_one()
Andy Lutomirski
2016-07-08
1
-39
/
+28
*
|
devlink: add hardware messages tracing facility
Jiri Pirko
2016-07-12
1
-0
/
+4
*
|
net: dsa: Fix non static symbol warning
Wei Yongjun
2016-07-12
1
-1
/
+1
*
|
rxrpc: Fix error handling in af_rxrpc_init()
Wei Yongjun
2016-07-12
1
-2
/
+2
*
|
ipv4: af_inet: make it explicitly non-modular
Paul Gortmaker
2016-07-12
1
-4
/
+1
*
|
tunnels: correct conditional build of MPLS and IPv6
Simon Horman
2016-07-11
1
-12
/
+13
*
|
sctp: implement prsctp PRIO policy
Xin Long
2016-07-11
4
-1
/
+105
*
|
sctp: implement prsctp RTX policy
Xin Long
2016-07-11
2
-0
/
+6
*
|
sctp: implement prsctp TTL policy
Xin Long
2016-07-11
4
-5
/
+33
*
|
sctp: add SCTP_PR_ASSOC_STATUS on sctp sockopt
Xin Long
2016-07-11
1
-0
/
+62
*
|
sctp: add SCTP_DEFAULT_PRINFO into sctp sockopt
Xin Long
2016-07-11
1
-0
/
+91
*
|
sctp: add SCTP_PR_SUPPORTED on sctp sockopt
Xin Long
2016-07-11
4
-6
/
+88
*
|
ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()
Eric Dumazet
2016-07-10
2
-8
/
+9
*
|
ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf()
Eric Dumazet
2016-07-10
1
-6
/
+6
*
|
net: tracepoint napi:napi_poll add work and budget
Jesper Dangaard Brouer
2016-07-10
3
-4
/
+5
*
|
mpls: allow routes on ipip and sit devices
Simon Horman
2016-07-09
1
-2
/
+4
*
|
ipip: support MPLS over IPv4
Simon Horman
2016-07-09
1
-16
/
+121
*
|
sit: support MPLS over IPv4
Simon Horman
2016-07-09
1
-16
/
+77
*
|
tunnels: support MPLS over IPv4 tunnels
Simon Horman
2016-07-09
1
-10
/
+67
*
|
net: bridge: extend MLD/IGMP query stats
Nikolay Aleksandrov
2016-07-09
4
-19
/
+43
*
|
sctp: fix panic when sending auth chunks
Marcelo Ricardo Leitner
2016-07-09
1
-3
/
+15
*
|
net: dsa: initialize the routing table
Vivien Didelot
2016-07-09
2
-1
/
+12
*
|
Merge tag 'rxrpc-rewrite-20160706' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
2016-07-09
17
-1058
/
+986
|
\
\
|
*
|
rxrpc: Kill off the call hash table
David Howells
2016-07-06
2
-184
/
+2
|
*
|
rxrpc: Use RCU to access a peer's service connection tree
David Howells
2016-07-06
6
-180
/
+224
|
*
|
rxrpc: Move data_ready peer lookup into rxrpc_find_connection()
David Howells
2016-07-06
4
-74
/
+59
|
*
|
rxrpc: Prune the contents of the rxrpc_conn_proto struct
David Howells
2016-07-06
4
-27
/
+8
|
*
|
rxrpc: Maintain an extra ref on a conn for the cache list
David Howells
2016-07-06
4
-58
/
+97
|
*
|
rxrpc: Move peer lookup from call-accept to new-incoming-conn
David Howells
2016-07-06
4
-26
/
+51
|
*
|
rxrpc: Split service connection code out into its own file
David Howells
2016-07-06
4
-135
/
+156
|
*
|
rxrpc: Split client connection code out into its own file
David Howells
2016-07-06
3
-250
/
+251
|
*
|
rxrpc: Call channels should have separate call number spaces
David Howells
2016-07-06
6
-117
/
+104
|
*
|
rxrpc: Access socket accept queue under right lock
David Howells
2016-07-06
1
-2
/
+2
|
*
|
rxrpc: Add RCU destruction for connections and calls
David Howells
2016-07-06
6
-36
/
+60
[next]