index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
macintosh
/
windfarm_lm75_sensor.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-10
sfc: Added support for new ethtool APIs for obtaining module eeprom
Stuart Hodgson
3
-0
/
+116
2012-05-10
ethtool: Extend the ethtool API to obtain plugin module eeprom data
Stuart Hodgson
2
-0
/
+80
2012-05-10
ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessors
Ben Hutchings
1
-7
/
+17
2012-05-10
sfc: By default refill RX rings as soon as space for a batch
David Riddoch
1
-6
/
+12
2012-05-10
sfc: Fill RX rings completely full, rather than to 95% full
David Riddoch
2
-14
/
+4
2012-05-10
sfc: Fix missing cleanup in failure path of efx_pci_probe()
Ben Hutchings
1
-1
/
+2
2012-05-10
sfc: Do not attempt to flush queues if DMA is disabled
Stuart Hodgson
1
-14
/
+19
2012-05-09
dsa: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-5
/
+5
2012-05-09
wireless: Convert compare_ether_addr to ether_addr_equal by hand
Joe Perches
1
-3
/
+3
2012-05-09
wireless: Convert compare_ether_addr to ether_addr_equal
Joe Perches
6
-23
/
+21
2012-05-09
netfilter: Convert compare_ether_addr to ether_addr_equal
Joe Perches
2
-3
/
+3
2012-05-09
mac80211: Convert compare_ether_addr to ether_addr_equal by hand
Joe Perches
2
-3
/
+3
2012-05-09
mac80211: Convert compare_ether_addr to ether_addr_equal
Joe Perches
13
-71
/
+64
2012-05-09
bluetooth: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-3
/
+3
2012-05-09
atm: Convert compare_ether_addr to ether_addr_equal
Joe Perches
2
-5
/
+4
2012-05-09
bridge: Convert compare_ether_addr to ether_addr_equal
Joe Perches
5
-16
/
+15
2012-05-09
bridge: netfilter: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-2
/
+2
2012-05-09
8021q: Convert compare_ether_addr to ether_addr_equal
Joe Perches
3
-12
/
+11
2012-05-09
802: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-1
/
+1
2012-05-09
etherdevice.h: Add ether_addr_equal
Joe Perches
1
-0
/
+12
2012-05-09
e1000e: Fix merge conflict (net->net-next)
Jeff Kirsher
1
-45
/
+11
2012-05-09
netfilter: hashlimit: byte-based limit mode
Florian Westphal
2
-20
/
+106
2012-05-09
netfilter: hashlimit: move rateinfo initialization to helper
Florian Westphal
1
-5
/
+10
2012-05-09
netfilter: limit, hashlimit: avoid duplicated inline
Florian Westphal
2
-8
/
+5
2012-05-09
netfilter: add xt_hmark target for hash-based skb marking
Hans Schillstrom
4
-0
/
+423
2012-05-09
netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()
Hans Schillstrom
8
-18
/
+49
2012-05-08
netfilter: remove ip_queue support
Pablo Neira Ayuso
10
-1393
/
+10
2012-05-08
netfilter: nf_conntrack: fix explicit helper attachment and NAT
Pablo Neira Ayuso
2
-1
/
+16
2012-05-08
netfilter: nf_ct_expect: partially implement ctnetlink_change_expect
Kelvie Wong
1
-1
/
+9
2012-05-08
net: export sysctl_[r|w]mem_max symbols needed by ip_vs_sync
Hans Schillstrom
1
-0
/
+2
2012-05-08
ipvs: ip_vs_proto: local functions should not be exposed globally
H Hartley Sweeten
1
-1
/
+1
2012-05-08
ipvs: ip_vs_ftp: local functions should not be exposed globally
H Hartley Sweeten
1
-1
/
+1
2012-05-08
ipvs: optimize the use of flags in ip_vs_bind_dest
Pablo Neira Ayuso
1
-6
/
+9
2012-05-08
ipvs: add support for sync threads
Pablo Neira Ayuso
4
-166
/
+305
2012-05-08
ipvs: reduce sync rate with time thresholds
Julian Anastasov
5
-48
/
+165
2012-05-08
ipvs: wakeup master thread
Pablo Neira Ayuso
3
-32
/
+162
2012-05-08
ipvs: always update some of the flags bits in backup
Julian Anastasov
2
-42
/
+28
2012-05-08
ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter
Julian Anastasov
1
-7
/
+26
2012-05-08
ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest
Julian Anastasov
1
-5
/
+5
2012-05-08
ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server
Julian Anastasov
1
-1
/
+1
2012-05-08
ipvs: use GFP_KERNEL allocation where possible
Sasha Levin
1
-1
/
+1
2012-05-08
ipvs: SH scheduler does not need GFP_ATOMIC allocation
Julian Anastasov
1
-1
/
+1
2012-05-08
ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on init
Julian Anastasov
1
-1
/
+1
2012-05-08
ipvs: WRR scheduler does not need GFP_ATOMIC allocation
Julian Anastasov
1
-1
/
+1
2012-05-08
ipvs: DH scheduler does not need GFP_ATOMIC allocation
Julian Anastasov
1
-1
/
+1
2012-05-08
ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on init
Julian Anastasov
1
-1
/
+1
2012-05-08
ipvs: timeout tables do not need GFP_ATOMIC allocation
Julian Anastasov
1
-1
/
+1
2012-05-08
netfilter: bridge: optionally set indev to vlan
Pablo Neira Ayuso
2
-4
/
+35
2012-05-08
netfilter: nf_conntrack: use this_cpu_inc()
Eric Dumazet
1
-8
/
+2
2012-05-08
netfilter: nf_ct_helper: allow to disable automatic helper assignment
Eric Leblond
4
-21
/
+110
[next]