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
*
igb: correct typo that was setting vfta mask to 1
Alexander Duyck
2009-03-14
2
-2
/
+2
*
igb: add PF to pool
Alexander Duyck
2009-03-14
3
-10
/
+22
*
igb: support wol on second port
Alexander Duyck
2009-03-14
2
-2
/
+4
*
igb: resolve warning of unused adapter struct
Alexander Duyck
2009-03-14
1
-3
/
+2
*
igb: remove netif running call from igb_poll
Alexander Duyck
2009-03-14
1
-2
/
+1
*
igb: switch to new dca API
Maciej Sosnowski
2009-03-14
1
-4
/
+4
*
ppp: ppp_mp_explode() redesign
Gabriele Paoloni
2009-03-13
4
-92
/
+127
*
tcp: '< 0' test on unsigned
Roel Kluin
2009-03-13
1
-2
/
+3
*
x25: '< 0' and '>= 0' test on unsigned
Roel Kluin
2009-03-13
1
-6
/
+5
*
ipv4: arp announce, arp_proxy and windows ip conflict verification
Denys Fedoryshchenko
2009-03-13
1
-2
/
+5
*
tulip: Fix for MTU problems with 802.1q tagged frames
Tomasz Lemiech
2009-03-13
2
-30
/
+86
*
phylib: convert state_queue work to delayed_work
Marcin Slusarz
2009-03-13
2
-32
/
+12
*
bmac: remove unused variable bp in bmac_misc_intr()
Pavel Roskin
2009-03-13
1
-1
/
+0
*
ehea: fix circular locking problem
Jan-Bernd Themann
2009-03-13
2
-27
/
+31
*
macvlan: Deterministic ingress packet delivery
Eric Biederman
2009-03-13
1
-13
/
+60
*
macvlan: Support creating macvlans from macvlans
Eric Biederman
2009-03-13
1
-5
/
+6
*
smsc911x: improve EEPROM loading timeout logic in open
Steve Glendinning
2009-03-13
1
-2
/
+2
*
smsc911x: check for FFWD success before checking for timeout
Steve Glendinning
2009-03-13
1
-1
/
+1
*
Network Drop Monitor: Adding Build changes to enable drop monitor
Neil Horman
2009-03-13
3
-0
/
+13
*
Network Drop Monitor: Adding drop monitor implementation & Netlink protocol
Neil Horman
2009-03-13
2
-0
/
+319
*
Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...
Neil Horman
2009-03-13
6
-5
/
+29
*
Network Drop Monitor: Add trace declaration for skb frees
Neil Horman
2009-03-13
3
-0
/
+39
*
gianfar: Convert to use netdev_ops
Andy Fleming
2009-03-13
1
-14
/
+17
*
gianfar: remove gianfar_mii.c
Andy Fleming
2009-03-13
1
-379
/
+0
*
8139too: allow to set mac address on running device
Jiri Pirko
2009-03-13
1
-1
/
+25
*
8139cp: allow to set mac address on running device
Jiri Pirko
2009-03-13
1
-1
/
+23
*
sctp: add Adaptation Layer Indication parameter only when it's set
malc
2009-03-13
1
-10
/
+19
*
sctp: fix to send FORWARD-TSN chunk only if peer has such capable
Wei Yongjun
2009-03-13
1
-0
/
+3
*
sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capable
Wei Yongjun
2009-03-13
1
-2
/
+2
*
sctp: simplify sctp listening code
Vlad Yasevich
2009-03-13
1
-102
/
+50
*
cxgb3: update driver version
Divy Le Ray
2009-03-13
1
-1
/
+1
*
cxgb3: update FW
Divy Le Ray
2009-03-13
5
-1884
/
+1888
*
cxgb3: detect mac link faults.
Divy Le Ray
2009-03-13
6
-9
/
+285
*
cxgb3: Update Rev3 mac workaround
Divy Le Ray
2009-03-13
1
-39
/
+33
*
cxgb3: disable high freq non-data interrupts
Divy Le Ray
2009-03-13
4
-5
/
+86
*
cxgb3: separate TX and RX reclaim handlers
Divy Le Ray
2009-03-13
2
-40
/
+89
*
cxgb3: prefetch buffer access in GRO mode
Divy Le Ray
2009-03-13
1
-0
/
+3
*
cxgb3: fix skb truesize in jumbo mode
Divy Le Ray
2009-03-13
1
-1
/
+2
*
cxgb3: release page ref on mapping error
Divy Le Ray
2009-03-13
1
-12
/
+14
*
cxgb3: ring rx door bell less frequently
Divy Le Ray
2009-03-13
2
-8
/
+25
*
wimax: fix i2400m printk formats
Randy Dunlap
2009-03-11
1
-2
/
+2
*
tcp: allow timestamps even if SYN packet has tsval=0
Eric Dumazet
2009-03-11
1
-9
/
+0
*
forcedeth: version bump to 64
Ayaz Abdulla
2009-03-10
1
-1
/
+1
*
forcedeth: fix irq clearing and napi spin lock changes
Ayaz Abdulla
2009-03-10
1
-14
/
+4
*
forcedeth: performance changes
Ayaz Abdulla
2009-03-10
1
-2
/
+2
*
forcedeth: add interrupt moderation logic
Ayaz Abdulla
2009-03-10
1
-31
/
+106
*
forcedeth: remove isr processing loop
Ayaz Abdulla
2009-03-10
1
-147
/
+105
*
forcedeth: add new optimization mode
Ayaz Abdulla
2009-03-10
1
-48
/
+57
*
forcedeth: napi - handle all processing
Ayaz Abdulla
2009-03-10
1
-38
/
+60
*
forcedeth: add/modify tx done with limit
Ayaz Abdulla
2009-03-10
1
-6
/
+14
[next]