index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sit: fix use after free of fb_tunnel_dev
Willem de Bruijn
2013-11-14
1
-4
/
+14
*
net:fec: fix WARNING caused by lack of calls to dma_mapping_error()
Duan Fugang-B38611
2013-11-14
1
-6
/
+25
*
net: sctp: bug-fixing: retran_path not set properly after transports recoveri...
Chang Xiangzhong
2013-11-14
1
-2
/
+4
*
net-tcp: fix panic in tcp_fastopen_cache_set()
Eric Dumazet
2013-11-14
1
-1
/
+4
*
bonding: fix two race conditions in bond_store_updelay/downdelay
Nikolay Aleksandrov
2013-11-14
1
-0
/
+6
*
tcp: tsq: restore minimal amount of queueing
Eric Dumazet
2013-11-14
3
-10
/
+5
*
Merge branch 'hwtstamp'
David S. Miller
2013-11-14
6
-54
/
+30
|
\
|
*
ixp4xx_eth: Validate hwtstamp_config completely before applying it
Ben Hutchings
2013-11-14
1
-9
/
+3
|
*
ti_cpsw: Validate hwtstamp_config completely before applying it
Ben Hutchings
2013-11-14
1
-10
/
+8
|
*
stmmac: Validate hwtstamp_config completely before applying it
Ben Hutchings
2013-11-14
1
-9
/
+3
|
*
pch_gbe: Validate hwtstamp_config completely before applying it
Ben Hutchings
2013-11-14
1
-9
/
+3
|
*
e1000e: Validate hwtstamp_config completely before applying it
Ben Hutchings
2013-11-14
1
-8
/
+6
|
*
tg3: Validate hwtstamp_config completely before applying it
Ben Hutchings
2013-11-14
1
-9
/
+7
|
/
*
bridge: Fix memory leak when deleting bridge with vlan filtering enabled
Toshiaki Makita
2013-11-14
1
-0
/
+1
*
bridge: Call vlan_vid_del for all vids at nbp_vlan_flush
Toshiaki Makita
2013-11-14
1
-0
/
+4
*
bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid c...
Toshiaki Makita
2013-11-14
1
-14
/
+6
*
random32: use msecs_to_jiffies for reseed timer
Daniel Borkmann
2013-11-14
1
-2
/
+6
*
random32: add __init prefix to prandom_start_seed_timer
Daniel Borkmann
2013-11-14
1
-2
/
+2
*
macvtap: limit head length of skb allocated
Jason Wang
2013-11-14
1
-1
/
+7
*
tuntap: limit head length of skb allocated
Jason Wang
2013-11-14
1
-1
/
+9
*
net: mv643xx_eth: potential NULL dereference in probe()
Dan Carpenter
2013-11-14
1
-1
/
+2
*
net: cdc_ncm: cleanup a type issue in cdc_ncm_setup()
Dan Carpenter
2013-11-14
1
-1
/
+1
*
core/dev: do not ignore dmac in dev_forward_skb()
Alexei Starovoitov
2013-11-14
2
-7
/
+3
*
usbnet: fix status interrupt urb handling
Felix Fietkau
2013-11-14
1
-3
/
+0
*
bonding: don't permit to use ARP monitoring in 802.3ad mode
Veaceslav Falico
2013-11-14
1
-2
/
+3
*
MAINTAINERS: cxgb3: Update cxgb3 maintainer entry
Divy Le Ray
2013-11-14
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-11-13
1331
-32347
/
+78900
|
\
|
*
Merge branch 'prandom'
David S. Miller
2013-11-11
5
-46
/
+294
|
|
\
|
|
*
random32: add test cases for taus113 implementation
Daniel Borkmann
2013-11-11
2
-6
/
+196
|
|
*
random32: upgrade taus88 generator to taus113 from errata paper
Daniel Borkmann
2013-11-11
2
-39
/
+52
|
|
*
random32: move rnd_state to linux/random.h
Daniel Borkmann
2013-11-11
2
-7
/
+4
|
|
*
random32: add prandom_reseed_late() and call when nonblocking pool becomes in...
Hannes Frederic Sowa
2013-11-11
3
-2
/
+27
|
|
*
random32: add periodic reseeding
Hannes Frederic Sowa
2013-11-11
1
-0
/
+23
|
|
*
random32: fix off-by-one in seeding requirement
Daniel Borkmann
2013-11-11
2
-10
/
+10
|
|
/
|
*
PHY: Add RTL8201CP phy_driver to realtek
Jonas Jensen
2013-11-11
1
-0
/
+15
|
*
xtsonic: add missing platform_set_drvdata() in xtsonic_probe()
Wei Yongjun
2013-11-11
1
-0
/
+1
|
*
macmace: add missing platform_set_drvdata() in mace_probe()
Wei Yongjun
2013-11-11
1
-0
/
+1
|
*
ethernet/arc/arc_emac: add missing platform_set_drvdata() in arc_emac_probe()
Wei Yongjun
2013-11-11
1
-0
/
+1
|
*
ipv6: protect for_each_sk_fl_rcu in mem_check with rcu_read_lock_bh
Hannes Frederic Sowa
2013-11-11
1
-0
/
+2
|
*
vlan: Implement vlan_dev_get_egress_qos_mask as an inline.
David S. Miller
2013-11-11
3
-107
/
+99
|
*
ixgbe: add warning when max_vfs is out of range.
Jacob Keller
2013-11-11
2
-8
/
+13
|
*
igb: Update link modes display in ethtool
Carolyn Wyborny
2013-11-11
1
-24
/
+27
|
*
netfilter: push reasm skb through instead of original frag skbs
Jiri Pirko
2013-11-11
9
-203
/
+13
|
*
ip6_output: fragment outgoing reassembled skb properly
Jiri Pirko
2013-11-11
1
-1
/
+2
|
*
MAINTAINERS: mv643xx_eth: take over maintainership from Lennart
Sebastian Hesselbarth
2013-11-09
1
-1
/
+1
|
*
net_sched: tbf: support of 64bit rates
Yang Yingliang
2013-11-09
2
-4
/
+20
|
*
ixgbe: deleting dfwd stations out of order can cause null ptr deref
John Fastabend
2013-11-08
1
-2
/
+6
|
*
ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPS
John Fastabend
2013-11-08
1
-6
/
+10
|
*
ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcv
Duan Jiong
2013-11-08
1
-2
/
+5
|
*
nfnetlink: do not ack malformed messages
Jiri Benc
2013-11-08
1
-3
/
+5
[next]