index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
can: add broadcast manager documentation
Oliver Hartkopp
2013-10-31
1
-0
/
+217
*
ipv6: remove the unnecessary statement in find_match()
Duan Jiong
2013-10-30
1
-1
/
+1
*
mac802154: Use pr_err(...) rather than printk(KERN_ERR ...)
Chen Weilong
2013-10-30
1
-4
/
+2
*
bgmac: pass received packet to the netif instead of copying it
Rafał Miłecki
2013-10-30
1
-27
/
+39
*
tipc: remove two indentation levels in tipc_recv_msg routine
Ying Xue
2013-10-30
1
-89
/
+84
*
arc_emac: drop redundant mac address check
Luka Perkov
2013-10-29
1
-3
/
+3
*
mvneta: drop redundant mac address check
Luka Perkov
2013-10-29
1
-1
/
+1
*
octeon_mgmt: drop redundant mac address check
Luka Perkov
2013-10-29
1
-1
/
+1
*
tcp: temporarily disable Fast Open on SYN timeout
Yuchung Cheng
2013-10-29
2
-3
/
+8
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2013-10-29
9
-81
/
+366
|
\
|
*
i40e: fix error return code in i40e_probe()
Wei Yongjun
2013-10-29
1
-1
/
+3
|
*
ixgbevf: Add zero_base handler to network statistics
Don Skidmore
2013-10-29
2
-34
/
+45
|
*
ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLL
Jacob Keller
2013-10-29
3
-0
/
+60
|
*
ixgbevf: implement CONFIG_NET_RX_BUSY_POLL
Jacob Keller
2013-10-29
2
-0
/
+177
|
*
ixgbevf: have clean_rx_irq return total_rx_packets cleaned
Jacob Keller
2013-10-29
1
-6
/
+7
|
*
ixgbevf: add ixgbevf_rx_skb
Jacob Keller
2013-10-29
1
-1
/
+15
|
*
ixgbe: remove unnecessary duplication of PCIe bandwidth display
Jacob Keller
2013-10-29
1
-23
/
+13
|
*
ixgbe: show <2% for encoding loss on PCIe Gen3
Jacob Keller
2013-10-29
1
-2
/
+2
|
*
ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_all
Jacob Keller
2013-10-29
2
-16
/
+38
|
*
net: add might_sleep() call to napi_disable
Jacob Keller
2013-10-29
1
-0
/
+1
|
*
vxlan: Have the NIC drivers do less work for offloads
Joseph Gasparakis
2013-10-29
2
-4
/
+11
*
|
net: mvmdio: doc: mvmdio now used by mv643xx_eth
Leigh Brown
2013-10-29
1
-5
/
+3
*
|
net: mvmdio: slight optimisation of orion_mdio_write
Leigh Brown
2013-10-29
1
-6
/
+4
*
|
net: mvmdio: orion_mdio_ready: remove manual poll
Leigh Brown
2013-10-29
1
-21
/
+13
*
|
net: mvmdio: make orion_mdio_wait_ready consistent
Leigh Brown
2013-10-29
1
-22
/
+30
*
|
net/benet: Make lancer_wait_ready() static
Gavin Shan
2013-10-29
2
-2
/
+1
*
|
net/benet: Remove interface type
Gavin Shan
2013-10-29
2
-6
/
+0
*
|
netconsole: Convert to pr_<level>
Joe Perches
2013-10-29
1
-30
/
+27
*
|
net: sched: cls_bpf: add BPF-based classifier
Daniel Borkmann
2013-10-29
4
-0
/
+410
*
|
bgmac: separate RX descriptor setup code into a new function
Rafał Miłecki
2013-10-29
1
-19
/
+22
|
/
*
net, mc: fix the incorrect comments in two mc-related functions
Zhi Yong Wu
2013-10-29
1
-2
/
+2
*
net, iovec: fix the incorrect comment in memcpy_fromiovecend()
Zhi Yong Wu
2013-10-29
1
-1
/
+1
*
net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()
Zhi Yong Wu
2013-10-29
1
-1
/
+1
*
vxlan: silence one build warning
Zhi Yong Wu
2013-10-29
1
-17
/
+14
*
ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORK
Hannes Frederic Sowa
2013-10-29
1
-4
/
+8
*
virtio_net: migrate mergeable rx buffers to page frag allocators
Michael Dalton
2013-10-28
1
-58
/
+106
*
ipv6: Remove privacy config option.
David S. Miller
2013-10-28
4
-62
/
+4
*
Merge branch '6lowpan'
David S. Miller
2013-10-28
1
-9
/
+5
|
\
|
*
6lowpan: remove unnecessary break
Alexander Aring
2013-10-28
1
-1
/
+0
|
*
6lowpan: remove skb->dev assignment
Alexander Aring
2013-10-28
1
-1
/
+0
|
*
6lowpan: use netdev_alloc_skb instead dev_alloc_skb
Alexander Aring
2013-10-28
1
-2
/
+2
|
*
6lowpan: remove unnecessary check on err >= 0
Alexander Aring
2013-10-28
1
-1
/
+1
|
*
6lowpan: remove unnecessary ret variable
Alexander Aring
2013-10-28
1
-4
/
+2
|
/
*
sctp: merge two if statements to one
wangweidong
2013-10-28
1
-9
/
+5
*
sctp: remove the repeat initialize with 0
wangweidong
2013-10-28
1
-21
/
+8
*
sctp: fix some comments in chunk.c and associola.c
wangweidong
2013-10-28
2
-3
/
+3
*
veth: extend features to support tunneling
Eric Dumazet
2013-10-28
1
-0
/
+3
*
inet: restore gso for vxlan
Eric Dumazet
2013-10-28
1
-8
/
+7
*
Revert "Merge branch 'bonding_monitor_locking'"
David S. Miller
2013-10-28
3
-40
/
+89
*
be2net: add support for ndo_busy_poll
Sathya Perla
2013-10-27
2
-18
/
+187
[next]