index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-17
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
9
-182
/
+176
2017-04-17
net: bridge: notify on hw fdb takeover
Nikolay Aleksandrov
1
-1
/
+3
2017-04-17
kcm: remove a useless copy_from_user()
WANG Cong
1
-4
/
+0
2017-04-17
Subject: net: allow configuring default qdisc
stephen hemminger
2
-0
/
+54
2017-04-17
l2tp: device MTU setup, tunnel socket needs a lock
R. Parameswaran
2
-1
/
+3
2017-04-17
net: ipv6: send unsolicited NA on admin up
David Ahern
1
-0
/
+2
2017-04-17
net: dsa: isolate legacy code
Vivien Didelot
4
-767
/
+825
2017-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
22
-67
/
+134
2017-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
8
-25
/
+62
2017-04-13
netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usage
Gao Feng
1
-1
/
+1
2017-04-13
netfilter: nft_hash: do not dump the auto generated seed
Liping Zhang
1
-3
/
+7
2017-04-13
netlink: pass extended ACK struct where available
Johannes Berg
10
-37
/
+40
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
110
-342
/
+397
2017-04-13
netlink: allow sending extended ACK with cookie on success
Johannes Berg
1
-11
/
+22
2017-04-13
genetlink: pass extended ACK report down
Johannes Berg
1
-2
/
+4
2017-04-13
netlink: extended ACK reporting
Johannes Berg
10
-27
/
+87
2017-04-13
net: ipv4: Refine the ipv4_default_advmss
Gao Feng
1
-8
/
+4
2017-04-13
rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN event
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER event
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notifications for CHANGELOWERSTATE event
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notifications for PRECHANGEUPPER event
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notifications for POST_TYPE_CHANGE event
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notifications for CHANGEADDR event
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFO
David Ahern
1
-1
/
+0
2017-04-13
rtnetlink: Do not generate notifications for MTU events
David Ahern
1
-2
/
+0
2017-04-12
bluetooth: Do not set IFF_POINTOPOINT
Patrik Flykt
1
-2
/
+1
2017-04-12
Bluetooth: 6lowpan: Set tx_queue_len to DEFAULT_TX_QUEUE_LEN
Luiz Augusto von Dentz
1
-0
/
+2
2017-04-12
Bluetooth: L2CAP: Add l2cap_le_flowctl_send
Luiz Augusto von Dentz
1
-8
/
+19
2017-04-12
Bluetooth: 6lowpan: Use netif APIs to flow control
Luiz Augusto von Dentz
1
-0
/
+16
2017-04-12
Bluetooth: 6lowpan: Don't drop packets when run out of credits
Luiz Augusto von Dentz
1
-9
/
+2
2017-04-12
6lowpan: Don't set IFF_NO_QUEUE
Luiz Augusto von Dentz
1
-1
/
+0
2017-04-12
Bluetooth: L2CAP: Don't return -EAGAIN if out of credits
Luiz Augusto von Dentz
1
-3
/
+0
2017-04-12
Bluetooth: 6lowpan: Print errors during recv_pkt
Luiz Augusto von Dentz
1
-0
/
+2
2017-04-12
Bluetooth: 6lowpan: Remove unnecessary peer lookup
Luiz Augusto von Dentz
1
-11
/
+4
2017-04-12
Bluetooth: 6lowpan: fix use after free in chan_suspend/resume
Michael Scott
1
-18
/
+3
2017-04-12
Bluetooth: 6lowpan: fix delay work init in add_peer_chan()
Michael Scott
1
-3
/
+7
2017-04-12
6lowpan: fix assignment of peer_addr
Colin Ian King
1
-1
/
+1
2017-04-12
Bluetooth: Change initial min and max interval
Jonas Holmberg
1
-2
/
+2
2017-04-12
Bluetooth: fix assignments on error variable err
Colin Ian King
1
-5
/
+5
2017-04-12
Bluetooth: Avoid bt_accept_unlink() double unlinking
Dean Jenkins
1
-0
/
+24
2017-04-12
Bluetooth: Handle bt_accept_enqueue() socket atomically
Dean Jenkins
1
-0
/
+2
2017-04-12
6lowpan: Fix IID format for Bluetooth
Luiz Augusto von Dentz
2
-68
/
+17
2017-04-12
6lowpan: Use netdev addr_len to determine lladdr len
Luiz Augusto von Dentz
2
-47
/
+44
2017-04-12
ipv6: addrconf: fix 48 bit 6lowpan autoconfiguration
Alexander Aring
1
-5
/
+12
2017-04-12
6lowpan: iphc: override l2 packet information
Alexander Aring
1
-0
/
+8
2017-04-12
6lowpan: Set MAC address length according to LOWPAN_LLTYPE
Patrik Flykt
1
-1
/
+10
2017-04-12
bluetooth: Set 6 byte device addresses
Patrik Flykt
1
-11
/
+8
2017-04-12
Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_t
Elena Reshetova
1
-2
/
+2
2017-04-12
gso: Support frag_list splitting with head_frag
Ilan Tayari
1
-1
/
+1
2017-04-12
ipv6: Fix idev->addr_list corruption
Rabin Vincent
1
-4
/
+7
[next]