index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: enable direct packet data write for xdp progs
Brenden Blanco
2016-07-20
1
-1
/
+16
*
net/mlx4_en: add xdp forwarding and data write support
Brenden Blanco
2016-07-20
5
-8
/
+211
*
net/mlx4_en: break out tx_desc write into separate function
Brenden Blanco
2016-07-20
3
-71
/
+92
*
bpf: add XDP_TX xdp_action for direct forwarding
Brenden Blanco
2016-07-20
1
-0
/
+1
*
net/mlx4_en: add page recycle to prepare rx ring for tx support
Brenden Blanco
2016-07-20
3
-10
/
+109
*
Add sample for adding simple drop program to link
Brenden Blanco
2016-07-20
4
-0
/
+286
*
net/mlx4_en: add support for fast rx drop bpf program
Brenden Blanco
2016-07-20
3
-4
/
+102
*
rtnl: add option for setting link xdp prog
Brenden Blanco
2016-07-20
2
-0
/
+76
*
net: add ndo to setup/query xdp prog in adapter rx
Brenden Blanco
2016-07-20
2
-0
/
+67
*
bpf: add XDP prog type for early driver filter
Brenden Blanco
2016-07-20
4
-0
/
+118
*
bpf: add bpf_prog_add api for bulk prog refcnt
Brenden Blanco
2016-07-20
2
-3
/
+10
*
Merge branch 'ncsi'
David S. Miller
2016-07-20
13
-63
/
+3825
|
\
|
*
net/faraday: Mask PHY interrupt with NCSI mode
Gavin Shan
2016-07-20
1
-12
/
+15
|
*
net/faraday: Match driver according to compatible property
Gavin Shan
2016-07-20
1
-5
/
+11
|
*
net/faraday: Support NCSI mode
Gavin Shan
2016-07-20
1
-10
/
+75
|
*
net/faraday: Read MAC address from chip
Gavin Shan
2016-07-20
1
-7
/
+62
|
*
net/faraday: Helper functions to create or destroy MDIO interface
Gavin Shan
2016-07-20
1
-35
/
+60
|
*
net/ncsi: NCSI AEN packet handler
Gavin Shan
2016-07-20
5
-2
/
+236
|
*
net/ncsi: Package and channel management
Gavin Shan
2016-07-20
4
-0
/
+834
|
*
net/ncsi: NCSI response packet handler
Gavin Shan
2016-07-20
4
-1
/
+1227
|
*
net/ncsi: NCSI command packet handler
Gavin Shan
2016-07-20
5
-1
/
+559
|
*
net/ncsi: Resource management
Gavin Shan
2016-07-20
7
-0
/
+756
|
/
*
Merge branch 'dsa-mv88e6xxx-g2-cleanup-stp'
David S. Miller
2016-07-20
4
-235
/
+472
|
\
|
*
net: dsa: mv88e6xxx: add support for DSA ageing time
Vivien Didelot
2016-07-20
1
-0
/
+14
|
*
net: dsa: mv88e6xxx: add G1 helper for ageing time
Vivien Didelot
2016-07-20
2
-5
/
+54
|
*
net: dsa: support switchdev ageing time attr
Vivien Didelot
2016-07-20
2
-0
/
+43
|
*
net: dsa: mv88e6xxx: add cap for IRL
Vivien Didelot
2016-07-20
2
-20
/
+53
|
*
net: dsa: mv88e6xxx: add cap for Priority Override
Vivien Didelot
2016-07-20
2
-10
/
+33
|
*
net: dsa: mv88e6xxx: add cap for PVT
Vivien Didelot
2016-07-20
2
-13
/
+31
|
*
net: dsa: mv88e6xxx: rework Switch MAC setter
Vivien Didelot
2016-07-20
2
-75
/
+64
|
*
net: dsa: mv88e6xxx: add cap for MGMT Enables bits
Vivien Didelot
2016-07-20
2
-18
/
+41
|
*
net: dsa: mv88e6xxx: extract trunk mapping
Vivien Didelot
2016-07-20
2
-21
/
+48
|
*
net: dsa: mv88e6xxx: extract device mapping
Vivien Didelot
2016-07-20
1
-15
/
+60
|
*
net: dsa: mv88e6xxx: split setup of Global 1 and 2
Vivien Didelot
2016-07-20
2
-32
/
+62
|
*
net: dsa: mv88e6xxx: remove basic function flags
Vivien Didelot
2016-07-20
2
-63
/
+6
|
/
*
kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug
Andrew Morton
2016-07-20
1
-1
/
+3
*
virtio-net: Remove more stack DMA
Andy Lutomirski
2016-07-20
1
-5
/
+8
*
bnxt_en: Remove locking around txr->dev_state
Florian Fainelli
2016-07-20
1
-2
/
+0
*
Merge branch 'frag-udp-tunneled-skbs'
David S. Miller
2016-07-20
5
-4
/
+16
|
\
|
*
net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segme...
Shmulik Ladkani
2016-07-20
1
-0
/
+9
|
*
net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags
Shmulik Ladkani
2016-07-20
4
-4
/
+7
|
/
*
Merge branch 'bnxt_en-NS2-Nitro'
David S. Miller
2016-07-20
3
-43
/
+229
|
\
|
*
bnxt_en: Add BCM58700 PCI device ID for NS2 Nitro.
Prashant Sreedharan
2016-07-20
1
-0
/
+6
|
*
bnxt_en: Workaround Nitro A0 RX hardware bug (part 4).
Prashant Sreedharan
2016-07-20
1
-11
/
+53
|
*
bnxt_en: Workaround Nitro A0 hardware RX bug (part 3).
Prashant Sreedharan
2016-07-20
1
-1
/
+80
|
*
bnxt_en: Workaround Nitro A0 hardware RX bug (part 2).
Prashant Sreedharan
2016-07-20
2
-4
/
+25
|
*
bnxt_en: Workaround Nitro A0 hardware RX bug (part 1).
Prashant Sreedharan
2016-07-20
2
-16
/
+39
|
*
bnxt_en: Add basic support for Nitro in North Star 2.
Prashant Sreedharan
2016-07-20
2
-13
/
+28
|
/
*
Merge branch 'marvell-phy'
David S. Miller
2016-07-20
1
-18
/
+328
|
\
|
*
Marvell phy: add functions to suspend and resume both interfaces: fiber and c...
Charles-Antoine Couret
2016-07-20
1
-2
/
+71
[next]