index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
printk
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-08
mlx4: xdp: Reserve headroom for receiving packet when XDP prog is active
Martin KaFai Lau
4
-17
/
+27
2016-12-08
mlx4: xdp: Allow raising MTU up to one page minus eth and vlan hdrs
Martin KaFai Lau
2
-30
/
+44
2016-12-08
bpf: xdp: Allow head adjustment in XDP prog
Martin KaFai Lau
13
-11
/
+67
2016-12-08
lan78xx: add LAN7801 MAC only support
Woojung Huh
3
-2
/
+126
2016-12-08
phy: add phy fixup unregister functions
Woojung.Huh@microchip.com
3
-0
/
+60
2016-12-08
bpf: fix state equivalence
Alexei Starovoitov
2
-8
/
+8
2016-12-08
net: do not read sk_drops if application does not care
Eric Dumazet
1
-1
/
+2
2016-12-08
udp: under rx pressure, try to condense skbs
Eric Dumazet
3
-1
/
+41
2016-12-08
liquidio VF rx data and ctl path
Raghu Vatsavayi
4
-4
/
+423
2016-12-08
liquidio CN23XX: VF TX buffers
Raghu Vatsavayi
1
-0
/
+182
2016-12-08
liquidio CN23XX: VF xmit
Raghu Vatsavayi
3
-3
/
+364
2016-12-08
liquidio CN23XX: VF scatter gather lists
Raghu Vatsavayi
1
-0
/
+134
2016-12-08
liquidio CN23XX: VF mac address
Raghu Vatsavayi
3
-0
/
+197
2016-12-08
liquidio CN23XX: VF link status
Raghu Vatsavayi
1
-0
/
+249
2016-12-08
liquidio CN23XX: VF offload features
Raghu Vatsavayi
2
-0
/
+565
2016-12-08
net: rfs: add a jump label
Eric Dumazet
4
-12
/
+21
2016-12-08
macsec: remove first zero and add attribute name in comments
Zhang Shengju
1
-13
/
+12
2016-12-08
net: smmac: allow configuring lower pbl values
Niklas Cassel
7
-3
/
+14
2016-12-08
net: stmmac: add support for independent DMA pbl for tx/rx
Niklas Cassel
6
-18
/
+35
2016-12-08
net: stmmac: dwmac1000: fix define DMA_BUS_MODE_RPBL_MASK
Niklas Cassel
1
-1
/
+1
2016-12-08
net: stmmac: stmmac_platform: fix parsing of DT binding
Niklas Cassel
2
-16
/
+17
2016-12-08
net: stmmac: simplify the common DMA init API
Niklas Cassel
5
-22
/
+22
2016-12-08
net: stmmac: return error if no DMA configuration is found
Niklas Cassel
1
-9
/
+9
2016-12-08
net: ethernet: slicoss: use module_pci_driver()
Tobias Klauser
1
-12
/
+1
2016-12-08
net/sched: cls_flower: Support matching on ICMP type and code
Simon Horman
2
-0
/
+63
2016-12-08
flow dissector: ICMP support
Simon Horman
2
-0
/
+48
2016-12-08
net: stmmac: stmmac_platform: use correct setup function for gmac4
Niklas Cassel
2
-2
/
+3
2016-12-08
net: stmmac: dwmac-generic: add missing compatible strings
Niklas Cassel
1
-0
/
+3
2016-12-08
bindings: net: stmmac: correct note about TSO
Niklas Cassel
1
-3
/
+3
2016-12-08
net: ll_temac: Utilize of_get_mac_address()
Tobias Klauser
1
-5
/
+6
2016-12-08
net: axienet: Utilize of_get_mac_address()
Tobias Klauser
1
-6
/
+7
2016-12-08
net/mlx5e: Offload TC matching on packets being IP fragments
Or Gerlitz
1
-0
/
+12
2016-12-08
net/sched: cls_flower: Add support for matching on flags
Or Gerlitz
2
-0
/
+83
2016-12-08
net: mvneta: Indent some statements
Dan Carpenter
1
-3
/
+4
2016-12-08
drivers: net: xgene: uninitialized variable in xgene_enet_free_pagepool()
Dan Carpenter
1
-0
/
+1
2016-12-08
vhost: remove unnecessary smp_mb from vhost_work_queue
Peng Tao
1
-1
/
+1
2016-12-08
vhost-vsock: remove unused vq variable
Peng Tao
1
-3
/
+0
2016-12-08
icmp: correct return value of icmp_rcv()
Zhang Shengju
1
-2
/
+2
2016-12-07
dummy: expend mtu range for dummy device
Zhang Shengju
1
-0
/
+3
2016-12-07
nlmon: use core MTU range checking in nlmon driver
Zhang Shengju
1
-19
/
+1
2016-12-07
driver: macvlan: Remove the rcu member of macvlan_port
Gao Feng
1
-2
/
+1
2016-12-07
driver: ipvlan: Free ipvl_port directly with kfree instead of kfree_rcu
Gao Feng
2
-3
/
+2
2016-12-07
bpf: fix loading of BPF_MAXINSNS sized programs
Daniel Borkmann
2
-5
/
+2
2016-12-07
net: stmmac: do not call phy_ethtool_ksettings_set from atomic context
Niklas Cassel
1
-2
/
+0
2016-12-07
net: ethernet: ti: cpts: fix overflow check period
Grygorii Strashko
2
-6
/
+8
2016-12-07
net: ethernet: ti: cpts: calc mult and shift from refclk freq
Grygorii Strashko
2
-10
/
+48
2016-12-07
clocksource: export the clocks_calc_mult_shift to use by timestamp code
Murali Karicheri
1
-0
/
+1
2016-12-07
net: ethernet: ti: cpts: move dt props parsing to cpts driver
Grygorii Strashko
4
-23
/
+34
2016-12-07
net: ethernet: ti: cpts: rework initialization/deinitialization
Grygorii Strashko
3
-57
/
+92
2016-12-07
net: ethernet: ti: cpts: drop excessive writes to CTRL and INT_EN regs
Grygorii Strashko
1
-2
/
+0
[next]