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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-21
tcp: Merge tx_flags and tskey in tcp_shifted_skb
Martin KaFai Lau
1
-0
/
+2
2016-04-19
cls_cgroup: get sk_classid only from full sockets
Konstantin Khlebnikov
1
-2
/
+5
2016-04-14
soreuseport: fix ordering for mixed v4/v6 sockets
Craig Gallek
1
-1
/
+5
2016-04-14
ipv6: udp: Do a route lookup and update during release_cb
Martin KaFai Lau
1
-0
/
+1
2016-04-14
ipv6: datagram: Update dst cache of a connected datagram sk during pmtu update
Martin KaFai Lau
1
-0
/
+1
2016-04-11
net: vrf: Fix dst reference counting
David Ahern
2
-0
/
+6
2016-04-10
sctp: avoid refreshing heartbeat timer too often
Marcelo Ricardo Leitner
1
-1
/
+7
2016-04-08
Merge tag 'mac80211-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-0
/
+2
2016-04-06
net_sched: fix a memory leak in tc action
WANG Cong
1
-0
/
+1
2016-04-05
sctp: use list_* in sctp_list_dequeue
Marcelo Ricardo Leitner
1
-4
/
+2
2016-04-05
mac80211: add doc for RX_FLAG_DUP_VALIDATED flag
Luis de Bethencourt
1
-0
/
+2
2016-03-23
net: ping: make ping_v6_sendmsg static
Haishuang Yan
1
-1
/
+0
2016-03-22
ipv6: remove unused in6_addr struct
Luis de Bethencourt
1
-1
/
+0
2016-03-21
vxlan: fix sparse warnings
Jiri Benc
1
-8
/
+8
2016-03-20
tunnels: Remove encapsulation offloads on decap.
Jesse Gross
1
-0
/
+16
2016-03-20
sctp: keep fragmentation point aligned to word size
Marcelo Ricardo Leitner
1
-1
/
+1
2016-03-20
sctp: align MTU to a word
Marcelo Ricardo Leitner
1
-3
/
+5
2016-03-20
ipv6, trace: fix tos reporting on fib6_table_lookup
Daniel Borkmann
1
-1
/
+1
2016-03-20
vxlan: fix populating tclass in vxlan6_get_route
Daniel Borkmann
1
-0
/
+6
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
52
-235
/
+1329
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
51
-225
/
+1323
2016-03-18
bonding: fix bond_get_stats()
Eric Dumazet
1
-0
/
+1
2016-03-18
ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it
Daniel Borkmann
1
-0
/
+7
2016-03-18
bpf, dst: add and use dst_tclassid helper
Daniel Borkmann
1
-0
/
+12
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-10
/
+6
2016-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-0
/
+17
2016-03-14
net: dsa: make port_bridge_leave return void
Vivien Didelot
1
-1
/
+1
2016-03-14
net: dsa: rename port_*_bridge routines
Vivien Didelot
1
-2
/
+2
2016-03-14
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2
-5
/
+6
2016-03-14
tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
Martin KaFai Lau
1
-0
/
+10
2016-03-14
net: add a hardware buffer management helper API
Gregory CLEMENT
1
-0
/
+28
2016-03-13
ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short
Alexander Duyck
1
-2
/
+1
2016-03-13
sctp: allow sctp_transmit_packet and others to use gfp
Marcelo Ricardo Leitner
2
-6
/
+6
2016-03-13
csum: Update csum_block_add to use rotate instead of byteswap
Alexander Duyck
1
-6
/
+6
2016-03-11
vxlan: support setting IPv6 flow label
Daniel Borkmann
1
-0
/
+1
2016-03-11
ip_tunnel: add support for setting flow label via collect metadata
Daniel Borkmann
3
-4
/
+9
2016-03-11
net/flower: Fix pointer cast
Amir Vadai
1
-1
/
+1
2016-03-11
Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...
Pablo Neira Ayuso
1
-0
/
+17
2016-03-10
net/act_skbedit: Utility functions for mark action
Amir Vadai
1
-0
/
+16
2016-03-10
net/sched: Macro instead of CONFIG_NET_CLS_ACT ifdef
Amir Vadai
2
-7
/
+18
2016-03-10
net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()...
Amir Vadai
1
-0
/
+13
2016-03-10
net/flower: Introduce hardware offload support
Amir Vadai
1
-0
/
+14
2016-03-10
kcm: mark helper functions inline
Arnd Bergmann
1
-2
/
+2
2016-03-10
Bluetooth: Add support for limited privacy mode
Johan Hedberg
1
-0
/
+1
2016-03-10
mac802154: use put and get unaligned functions
Alexander Aring
1
-5
/
+5
2016-03-09
kcm: Add receive message timeout
Tom Herbert
1
-0
/
+3
2016-03-09
kcm: Add memory limit for receive message construction
Tom Herbert
1
-0
/
+4
2016-03-09
kcm: Add statistics and proc interfaces
Tom Herbert
1
-0
/
+94
2016-03-09
kcm: Kernel Connection Multiplexor module
Tom Herbert
1
-0
/
+125
2016-03-09
tcp: Add tcp_inq to get available receive bytes on socket
Tom Herbert
1
-0
/
+24
[next]