index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
speedstep-centrino.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-12
cxgb4: Check if rx checksum offload is enabled, while reading hardware calcul...
Hariprasad Shenai
1
-3
/
+3
2014-05-12
cxgb4: Decode the firmware port and module type a bit more for ethtool
Hariprasad Shenai
1
-4
/
+11
2014-05-12
ipv6: remove parameter rt from fib6_prune_clones()
Duan Jiong
1
-7
/
+5
2014-05-12
Add support for netvsc build without CONFIG_SYSFS flag
Haiyang Zhang
1
-4
/
+1
2014-05-12
ptp: fix kconfig dependency warnings
Randy Dunlap
1
-1
/
+2
2014-05-12
net: filter: additional BPF tests
Alexei Starovoitov
1
-0
/
+1224
2014-05-12
net: filter: BPF testsuite
Alexei Starovoitov
4
-1
/
+343
2014-05-12
net: filter: make BPF conversion more readable
Alexei Starovoitov
2
-92
/
+101
2014-05-09
sctp: add a checking for sctp_sysctl_net_register
wangweidong
1
-0
/
+4
2014-05-09
Revert "sctp: optimize the sctp_sysctl_net_register"
wangweidong
1
-10
/
+7
2014-05-09
mdio_bus: fix devm_mdiobus_alloc_size export
Arnd Bergmann
1
-1
/
+1
2014-05-09
net: cassini: use nested lock annotation
Emil Goode
1
-1
/
+1
2014-05-09
bonding: make a generic sysfs option store and fix comments
Nikolay Aleksandrov
3
-491
/
+107
2014-05-09
bnx2x: Fix UNDI driver unload
Yuval Mintz
1
-3
/
+7
2014-05-09
rds: remove the unneed NULL checking
wangweidong
2
-4
/
+2
2014-05-09
net: cpsw: add missing of_node_put
Johan Hovold
1
-0
/
+1
2014-05-09
net: cpsw: fix null dereference at probe
Johan Hovold
1
-0
/
+4
2014-05-09
Revert "net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driver"
Johan Hovold
1
-12
/
+2
2014-05-09
net: mdio-gpio: warn about missing bus alias id
Johan Hovold
1
-0
/
+4
2014-05-09
net: mdio-gpio: fix device-tree binding documentation
Johan Hovold
1
-1
/
+1
2014-05-09
net: cdc_mbim: handle unaccelerated VLAN tagged frames
Bjørn Mork
1
-11
/
+28
2014-05-09
be2net: use MCCQ instead of MBOX in be_cmd_rss_config()
Kalesh AP
1
-7
/
+10
2014-05-09
be2net: include rx-compl error counter in ethtool stats
Kalesh AP
1
-0
/
+1
2014-05-09
be2net: remove unused code in be_cmd_vlan_config()
Kalesh AP
3
-10
/
+5
2014-05-09
be2net: covert vlan array to bit-map
Ravikumar Nelavelli
2
-11
/
+10
2014-05-09
be2net: fix line wrap and function call indentation in be_ethtool.c
Sathya Perla
1
-58
/
+42
2014-05-09
be2net: fix function call indentation in be_cmds.c
Sathya Perla
1
-161
/
+179
2014-05-09
be2net: fix line wrap and function call indentation in be_main.c
Sathya Perla
1
-103
/
+101
2014-05-09
qlcnic: Update version to 5.3.59
Rajesh Borundia
1
-2
/
+2
2014-05-09
qlcnic: Collect firmware dump using DMA on 82xx adapters
Shahed Shaikh
5
-50
/
+42
2014-05-09
qlcnic: Add mac learning support to SR-IOV VF.
Rajesh Borundia
6
-28
/
+78
2014-05-09
qlcnic: Add support to process commands in atomic context
Rajesh Borundia
6
-107
/
+99
2014-05-09
qlcnic: Allow SR-IOV VF probe in hypervisor.
Rajesh Borundia
3
-17
/
+24
2014-05-09
tipc: don't directly overwrite node action_flags
Ying Xue
2
-3
/
+5
2014-05-09
tipc: rename enum names of node flags
Ying Xue
3
-27
/
+25
2014-05-09
l2tp: Remove UDP checksum verification
Tom Herbert
1
-56
/
+1
2014-05-09
net: Verify UDP checksum before handoff to encap
Tom Herbert
2
-0
/
+8
2014-05-09
icmp6: Call skb_checksum_validate
Tom Herbert
1
-16
/
+5
2014-05-09
icmp: Call skb_checksum_simple_validate
Tom Herbert
1
-10
/
+2
2014-05-09
igmp: Call skb_checksum_simple_validate
Tom Herbert
1
-10
/
+2
2014-05-09
gre6: Call skb_checksum_simple_validate
Tom Herbert
1
-11
/
+1
2014-05-09
gre: Call skb_checksum_simple_validate
Tom Herbert
1
-23
/
+1
2014-05-09
mellanox: Logging message cleanups
Joe Perches
26
-437
/
+352
2014-05-09
bonding: remove the unused macro
dingtianhong
1
-2
/
+0
2014-05-09
bonding: simplify the slave_do_arp_validate_only()
dingtianhong
2
-4
/
+3
2014-05-09
bonding: remove the unnecessary struct bond_net
dingtianhong
1
-10
/
+8
2014-05-09
Driver for Beckhoff CX5020 EtherCAT master module.
Darek Marcinkiewicz
3
-0
/
+719
2014-05-09
ipv4: remove inet_addr_hash_lock in devinet.c
WANG Cong
1
-5
/
+2
2014-05-09
ping: move ping_group_range out of CONFIG_SYSCTL
Cong Wang
4
-14
/
+20
2014-05-09
ipv4: move local_port_range out of CONFIG_SYSCTL
Cong Wang
5
-25
/
+46
[next]