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
2013-07-01
ipv6: fix ecmp lookup when oif is specified
Nicolas Dichtel
1
-4
/
+8
2013-07-01
ipv6: only apply anti-spoofing checks to not-pointopoint tunnels
Hannes Frederic Sowa
1
-1
/
+1
2013-07-01
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
26
-555
/
+682
2013-07-01
openvswitch: Add Kconfig dependency on GRE-DEMUX.
Pravin B Shelar
3
-5
/
+18
2013-06-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
22
-783
/
+451
2013-06-30
netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flag
Florian Westphal
1
-2
/
+14
2013-06-29
more open-coded file_inode() calls
Al Viro
1
-2
/
+2
2013-06-28
ipv4: use next hop exceptions also for input routes
Timo Teräs
2
-16
/
+52
2013-06-28
ipv6: resend MLD report if a link-local address completes DAD
Hannes Frederic Sowa
2
-5
/
+64
2013-06-28
ipv6: introduce per-interface counter for dad-completed ipv6 addresses
Hannes Frederic Sowa
1
-8
/
+31
2013-06-28
SUNRPC: PipeFS MOUNT notification optimization for dying clients
Stanislav Kinsbursky
1
-0
/
+2
2013-06-28
SUNRPC: split client creation routine into setup and registration
Stanislav Kinsbursky
1
-25
/
+39
2013-06-28
SUNRPC: fix races on PipeFS UMOUNT notifications
Stanislav Kinsbursky
2
-5
/
+2
2013-06-28
SUNRPC: fix races on PipeFS MOUNT notifications
Stanislav Kinsbursky
2
-11
/
+18
2013-06-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
26
-555
/
+682
2013-06-28
Merge branch 'freezer'
Rafael J. Wysocki
2
-2
/
+3
2013-06-27
netlink: fix splat in skb_clone with large messages
Pablo Neira
2
-18
/
+19
2013-06-27
sit: add support of x-netns
Nicolas Dichtel
2
-11
/
+41
2013-06-27
dev: introduce skb_scrub_packet()
Nicolas Dichtel
2
-10
/
+24
2013-06-26
ipv6: rearm router solicitaion timer when setting new tokenized address
Hannes Frederic Sowa
1
-1
/
+4
2013-06-26
af_key: fix info leaks in notify messages
Mathias Krause
1
-0
/
+2
2013-06-26
ipv6: ip6_sk_dst_check() must not assume ipv6 dst
Eric Dumazet
1
-1
/
+7
2013-06-26
net: fix kernel deadlock with interface rename and netdev name retrieval.
Nicolas Schichan
3
-30
/
+40
2013-06-26
sit: fix 4in4 + IPsec scenario
Nicolas Dichtel
1
-1
/
+1
2013-06-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-0
/
+6
2013-06-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2013-06-26
ipvs: add sync_persist_mode flag
Julian Anastasov
2
-0
/
+19
2013-06-26
ipvs: SH fallback and L4 hashing
Alexander Frolkin
1
-15
/
+85
2013-06-26
ipvs: drop SCTP connections depending on state
Julian Anastasov
1
-0
/
+12
2013-06-26
ipvs: replace the SCTP state machine
Julian Anastasov
2
-704
/
+157
2013-06-26
ipvs: sloppy TCP and SCTP
Alexander Frolkin
3
-14
/
+32
2013-06-26
ipvs: provide iph to schedulers
Julian Anastasov
11
-34
/
+32
2013-06-25
Merge ../vxlan-x
Stephen Hemminger
2
-8
/
+5
2013-06-25
bridge: check for zero ether address in fdb add
Stephen Hemminger
1
-0
/
+5
2013-06-25
net: poll/select low latency socket support
Eliezer Tamir
3
-2
/
+22
2013-06-25
net: sctp: simplify sctp_get_port
Daniel Borkmann
1
-4
/
+1
2013-06-25
net: sctp: decouple cleaning some socket data from endpoint
Daniel Borkmann
2
-10
/
+25
2013-06-25
net: sctp: minor: sctp_seq_dump_local_addrs add missing newline
Daniel Borkmann
1
-1
/
+1
2013-06-25
net: sctp: migrate cookie life from timeval to ktime
Daniel Borkmann
3
-29
/
+12
2013-06-25
ipv6: remove old token ipv6 address as soon as possible
Hannes Frederic Sowa
1
-0
/
+1
2013-06-25
ipv6: check return value of ipv6_get_lladdr
Hannes Frederic Sowa
1
-5
/
+4
2013-06-25
ipv6: don't disable interface if last ipv6 address is removed
Hannes Frederic Sowa
1
-6
/
+0
2013-06-25
ipv6: split duplicate address detection and router solicitation timer
Hannes Frederic Sowa
1
-73
/
+91
2013-06-25
gre: fix a possible skb leak
Eric Dumazet
2
-9
/
+13
2013-06-25
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-1
/
+1
2013-06-25
ipv6: Process unicast packet with Router Alert by checking flag in skb.
YOSHIFUJI Hideaki / 吉藤英明
1
-3
/
+2
2013-06-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2013-06-25
rtnetlink: allow using zero MAC address in rtnl_fdb_{add,del}
Mike Rapoport
1
-8
/
+0
2013-06-25
ipv6: add include file to suppress sparse warnings
Eric Dumazet
1
-0
/
+1
2013-06-24
net: netlink: virtual tap device management
Daniel Borkmann
1
-0
/
+107
[prev]
[next]