index
:
blackbird-op-linux
master
Blackbird™ 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
*
ipx: move peII functions
stephen hemminger
2012-07-19
3
-5
/
+1
*
net: Fix warnings in dst_ops.h
David S. Miller
2012-07-19
1
-0
/
+1
*
ipv4: tcp: remove per net tcp_sock
Eric Dumazet
2012-07-19
4
-25
/
+36
*
ipv4: use seqlock for nh_exceptions
Julian Anastasov
2012-07-19
2
-51
/
+69
*
ipv4: Fix time difference calculation in rt_bind_exception().
David S. Miller
2012-07-19
1
-1
/
+1
*
net/mlx4_en: Add accelerated RFS support
Amir Vadai
2012-07-19
4
-1
/
+342
*
{NET,IB}/mlx4: Add rmap support to mlx4_assign_eq
Amir Vadai
2012-07-19
4
-4
/
+18
*
net/rps: Protect cpu_rmap.h from double inclusion
Amir Vadai
2012-07-19
1
-0
/
+4
*
net/mlx4: Move MAC_MASK to a common place
Amir Vadai
2012-07-19
5
-7
/
+6
*
ipv4: fix address selection in fib_compute_spec_dst
Julian Anastasov
2012-07-19
1
-1
/
+2
*
ipv4: optimize fib_compute_spec_dst call in ip_options_echo
Julian Anastasov
2012-07-19
1
-3
/
+2
*
ixgbe: Cleanup holes in flags after removing several of them
Alexander Duyck
2012-07-18
1
-25
/
+25
*
ixgbe: Retire RSS enabled and capable flags
Alexander Duyck
2012-07-18
4
-37
/
+8
*
ixgbe: Add support for SR-IOV w/ DCB or RSS
Alexander Duyck
2012-07-18
4
-47
/
+423
*
ixgbe: Update configure virtualization to allow for multiple PF pools
Alexander Duyck
2012-07-18
1
-12
/
+12
*
ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparam
Alexander Duyck
2012-07-18
1
-70
/
+83
*
ixgbevf: Consolidate Tx context descriptor creation code
Alexander Duyck
2012-07-18
2
-180
/
+163
*
ixgbevf: Add netdev to ring structure
Alexander Duyck
2012-07-18
3
-34
/
+28
*
ixgbevf: Do not rewind the Rx ring before bumping tail
Alexander Duyck
2012-07-18
1
-5
/
+2
*
ixgbevf: fix VF untagging when 802.1 prio is set
Pascal Bouchareine
2012-07-18
1
-1
/
+1
*
ipv6: add ipv6_addr_hash() helper
Eric Dumazet
2012-07-18
7
-54
/
+45
*
team: refine IFF_XMIT_DST_RELEASE capability
Jiri Pirko
2012-07-18
1
-0
/
+5
*
driver: net: ethernet: cpsw: runtime PM support
Mugunthan V N
2012-07-18
1
-9
/
+14
*
driver: net: ethernet: davinci_mdio: runtime PM support
Mugunthan V N
2012-07-18
1
-13
/
+12
*
jme: netpoll support
Peter Wu
2012-07-18
1
-0
/
+14
*
skbuff: Use correct allocation in skb_copy_ubufs
Krishna Kumar
2012-07-18
1
-5
/
+5
*
net: ethernet: davinci_emac: add OF support
Heiko Schocher
2012-07-18
2
-1
/
+129
*
ISDN: Add check for usb_alloc_urb() result
Karsten Keil
2012-07-18
2
-10
/
+26
*
ISDN: Add check for return value of pnp_activate_dev()
Karsten Keil
2012-07-18
1
-0
/
+5
*
qlge: fix an "&&" vs "||" bug
Dan Carpenter
2012-07-18
1
-1
/
+1
*
net: ftgmac100/ftmac100: dont pull too much data
Eric Dumazet
2012-07-18
2
-6
/
+14
*
net: qmi_wwan: add ZTE MF821D
Bjørn Mork
2012-07-18
1
-0
/
+9
*
net/ipv4: VTI support new module for ip_vti.
Saurabh
2012-07-18
4
-0
/
+982
*
net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.
Saurabh
2012-07-18
2
-0
/
+70
*
asix: Fix return value in AX88172A driver bind function
Christian Riesch
2012-07-18
1
-0
/
+1
*
tcp: refine SYN handling in tcp_validate_incoming
Eric Dumazet
2012-07-18
1
-1
/
+5
*
bonding: refine IFF_XMIT_DST_RELEASE capability
Eric Dumazet
2012-07-18
1
-0
/
+5
*
net: qmi_wwan: make dynamic device IDs work
Bjørn Mork
2012-07-18
1
-1
/
+18
*
b44: add 64 bit stats
Kevin Groeneveld
2012-07-18
2
-41
/
+58
*
be2net: Ignore physical link async event for Lancer
Padmanabh Ratnakar
2012-07-18
2
-0
/
+6
*
be2net: Fix VF driver load for Lancer
Padmanabh Ratnakar
2012-07-18
2
-1
/
+9
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2012-07-18
4
-175
/
+183
|
\
|
*
ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffix
Alexander Duyck
2012-07-17
2
-15
/
+15
|
*
ixgbe: Cleanup logic for MRQC and MTQC configuration
Alexander Duyck
2012-07-17
1
-50
/
+66
|
*
ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configuration
Alexander Duyck
2012-07-17
2
-50
/
+42
|
*
ixgbe: Move configuration of set_real_num_rx/tx_queues into open
Alexander Duyck
2012-07-17
2
-56
/
+38
|
*
ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources calls
Alexander Duyck
2012-07-17
1
-4
/
+16
|
*
ixgbe: Ping the VFs on link status change to trigger link change
Alexander Duyck
2012-07-17
1
-0
/
+6
*
|
Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linux
David S. Miller
2012-07-18
1
-12
/
+3
|
\
\
|
*
|
r8169: verbose error message.
Francois Romieu
2012-07-17
1
-1
/
+2
[next]