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
2016-04-26
net: remove NETDEV_TX_LOCKED support
Florian Westphal
3
-34
/
+2
2016-04-26
sctp: sctp_diag should fill RMEM_ALLOC with asoc->rmem_alloc when rcvbuf_poli...
Xin Long
1
-1
/
+5
2016-04-26
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
10
-147
/
+142
2016-04-26
sched: align nlattr properly when needed
Nicolas Dichtel
16
-33
/
+48
2016-04-26
neigh: align nlattr properly when needed
Nicolas Dichtel
1
-1
/
+2
2016-04-26
rtnl: align nlattr properly when needed
Nicolas Dichtel
1
-2
/
+2
2016-04-26
ovs: align nlattr properly when needed
Nicolas Dichtel
1
-12
/
+15
2016-04-26
sock_diag: align nlattr properly when needed
Nicolas Dichtel
3
-6
/
+10
2016-04-26
ila: add checksum neutral ILA translations
Tom Herbert
4
-15
/
+105
2016-04-26
ila: xlat changes
Tom Herbert
1
-69
/
+34
2016-04-26
ila: Add struct definitions and helpers
Tom Herbert
4
-82
/
+161
2016-04-26
Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination address
Glenn Ruben Bakke
1
-7
/
+4
2016-04-25
RDS: TCP: Call pskb_extract() helper function
Sowmini Varadhan
1
-11
/
+3
2016-04-25
skbuff: Add pskb_extract() helper function
Sowmini Varadhan
1
-0
/
+242
2016-04-25
codel: split into multiple files
Michal Kazior
2
-0
/
+4
2016-04-25
codel: generalize the implementation
Michal Kazior
2
-7
/
+32
2016-04-25
net: better drop monitoring in ip{6}_recv_error()
Eric Dumazet
2
-10
/
+10
2016-04-25
tcp: SYN packets are now simply consumed
Eric Dumazet
1
-18
/
+1
2016-04-25
wireless: use nla_put_u64_64bit()
Nicolas Dichtel
1
-36
/
+55
2016-04-25
netfilter/ipvs: use nla_put_u64_64bit()
Nicolas Dichtel
1
-12
/
+24
2016-04-25
ieee802154: use nla_put_u64_64bit()
Nicolas Dichtel
2
-7
/
+13
2016-04-25
l2tp: use nla_put_u64_64bit()
Nicolas Dichtel
1
-32
/
+48
2016-04-25
bridge: use nla_put_u64_64bit()
Nicolas Dichtel
1
-26
/
+36
2016-04-25
ovs: use nla_put_u64_64bit()
Nicolas Dichtel
1
-1
/
+2
2016-04-25
ipv6: use nla_put_u64_64bit()
Nicolas Dichtel
2
-7
/
+11
2016-04-25
sched: use nla_put_u64_64bit()
Nicolas Dichtel
3
-5
/
+10
2016-04-25
rtnl: use nla_put_u64_64bit()
Nicolas Dichtel
1
-18
/
+18
2016-04-25
soreuseport: Resolve merge conflict for v4/v6 ordering fix
Craig Gallek
1
-1
/
+5
2016-04-24
tcp-tso: do not split TSO packets at retransmit time
Eric Dumazet
3
-38
/
+32
2016-04-24
tipc: fix stale links after re-enabling bearer
Parthasarathy Bhuvaragan
1
-2
/
+1
2016-04-24
tcp: Merge txstamp_ack in tcp_skb_collapse_tstamp
Martin KaFai Lau
1
-0
/
+2
2016-04-24
tcp: Carry txstamp_ack in tcp_fragment_tstamp
Martin KaFai Lau
1
-0
/
+2
2016-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
11
-814
/
+578
2016-04-23
xfrm: align nlattr properly when needed
Nicolas Dichtel
1
-4
/
+6
2016-04-23
libnl: nla_put_msecs(): align on a 64-bit area
Nicolas Dichtel
3
-12
/
+16
2016-04-23
libnl: nla_put_be64(): align on a 64-bit area
Nicolas Dichtel
11
-34
/
+60
2016-04-23
libnl: nla_put_le64(): align on a 64-bit area
Nicolas Dichtel
1
-5
/
+8
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
31
-136
/
+306
2016-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
29
-133
/
+298
2016-04-21
openvswitch: use flow protocol when recalculating ipv6 checksums
Simon Horman
1
-2
/
+2
2016-04-21
net: Add support for IP ID mangling TSO in cases that require encapsulation
Alexander Duyck
1
-0
/
+11
2016-04-21
tcp: Merge tx_flags and tskey in tcp_shifted_skb
Martin KaFai Lau
2
-2
/
+3
2016-04-21
tcp: Merge tx_flags and tskey in tcp_collapse_retrans
Martin KaFai Lau
1
-0
/
+16
2016-04-21
ip6mr: align RTA_MFC_STATS on 64-bit
Nicolas Dichtel
1
-2
/
+2
2016-04-21
ipmr: align RTA_MFC_STATS on 64-bit
Nicolas Dichtel
1
-2
/
+2
2016-04-21
rtnl: use the new API to align IFLA_STATS*
Nicolas Dichtel
1
-17
/
+5
2016-04-21
NLA_BINARY misuse bug in HSR
Peter Heise
1
-4
/
+3
2016-04-21
net: use jiffies_to_msecs to replace EXPIRES_IN_MS in inet/sctp_diag
Xin Long
2
-10
/
+8
2016-04-21
tcp: Fix SOF_TIMESTAMPING_TX_ACK when handling dup acks
Martin KaFai Lau
1
-1
/
+2
2016-04-21
net: dsa: remove tag_protocol from dsa_switch
Vivien Didelot
1
-3
/
+2
[next]