index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-adp5520.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-29
gianfar: Pack struct gfar_priv_grp into three cachelines
Claudiu Manoil
2
-51
/
+87
2013-01-29
gianfar: Cleanup gfar_parse_group() code
Claudiu Manoil
1
-18
/
+16
2013-01-29
gianfar: Optimize struct gfar_priv_tx_q for two cache lines
Claudiu Manoil
1
-13
/
+12
2013-01-29
ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabled
Eric W. Biederman
1
-1
/
+1
2013-01-29
pktgen: support net namespace
Cong Wang
1
-79
/
+117
2013-01-29
net: fec: add napi support to improve proformance
Frank Li
2
-7
/
+36
2013-01-29
ethoc: Cleanup driver format
Barry Grussling
1
-17
/
+17
2013-01-29
ip_gre: When TOS is inherited, use configured TOS value for non-IP packets
David Ward
1
-2
/
+2
2013-01-29
ipv4: introduce address lifetime
Jiri Pirko
4
-9
/
+220
2013-01-29
net: frag, move LRU list maintenance outside of rwlock
Jesper Dangaard Brouer
5
-14
/
+33
2013-01-29
net: use lib/percpu_counter API for fragmentation mem accounting
Jesper Dangaard Brouer
2
-8
/
+20
2013-01-29
net: frag helper functions for mem limit tracking
Jesper Dangaard Brouer
6
-33
/
+57
2013-01-29
net: cacheline adjust struct inet_frag_queue
Jesper Dangaard Brouer
1
-4
/
+5
2013-01-29
net: cacheline adjust struct inet_frags for better frag performance
Jesper Dangaard Brouer
1
-4
/
+7
2013-01-29
net: cacheline adjust struct netns_frags for better frag performance
Jesper Dangaard Brouer
1
-1
/
+4
2013-01-29
net: ks8851: convert to threaded IRQ
Felipe Balbi
1
-31
/
+12
2013-01-29
net neigh: Optimize neighbor entry size calculation.
YOSHIFUJI Hideaki / 吉藤英明
2
-10
/
+8
2013-01-29
net: avoid to hang up on sending due to sysctl configuration overflow.
bingtian.ly@taobao.com
2
-8
/
+17
2013-01-29
via-rhine: add 64bit statistics.
Jamie Gloudon
1
-8
/
+39
2013-01-29
drivers/net/phy/micrel_phy: Add support for new PHYs
David J. Choi
2
-5
/
+68
2013-01-29
net: phy: realtek: add rtl8211e driver
Giuseppe CAVALLARO
1
-6
/
+44
2013-01-29
netpoll: use the net namespace of current process instead of init_net
Cong Wang
1
-2
/
+4
2013-01-29
netpoll: use ipv6_addr_equal() to compare ipv6 addr
Cong Wang
1
-3
/
+3
2013-01-29
netpoll: add RCU annotation to npinfo field
Cong Wang
1
-1
/
+1
2013-01-29
powerpc: Max next_tb to prevent from replaying timer interrupt
Tiejun Chen
1
-2
/
+7
2013-01-29
powerpc: kernel/kgdb.c: Fix memory leakage
Cong Ding
1
-2
/
+3
2013-01-29
powerpc/book3e: Disable interrupt after preempt_schedule_irq
Tiejun Chen
1
-0
/
+13
2013-01-29
powerpc/oprofile: Fix error in oprofile power7_marked_instr_event() function
Carl E. Love
1
-1
/
+1
2013-01-29
powerpc/pasemi: Fix crash on reboot
Steven Rostedt
1
-0
/
+7
2013-01-29
can: rework skb reserved data handling
Oliver Hartkopp
6
-13
/
+21
2013-01-29
powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning for ppc32
Li Zhong
1
-0
/
+2
2013-01-28
IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround
Suravee Suthikulpanit
1
-0
/
+34
2013-01-28
igbvf: be sane about random MAC addresses
Mitch A Williams
1
-14
/
+10
2013-01-28
igb: Don't give VFs random MAC addresses
Mitch A Williams
1
-3
/
+3
2013-01-28
GFS2: fix skip unlock condition
David Teigland
1
-1
/
+6
2013-01-28
ixgbevf: Make sure link status and speed are fetched
Greg Rose
1
-0
/
+1
2013-01-28
e1000e: cleanup: remove comments which are no longer applicable
Bruce Allan
1
-7
/
+0
2013-01-28
e1000e: cleanup hw.h
Bruce Allan
1
-15
/
+10
2013-01-28
e1000e: cleanup: remove unused #define
Bruce Allan
1
-3
/
+0
2013-01-28
e1000e: adjust PM QoS request
Bruce Allan
2
-15
/
+19
2013-01-28
e1000e: correct maximum frame size on 82579
Bruce Allan
1
-1
/
+1
2013-01-28
e1000e: cleanup: remove e1000e_commit_phy()
Bruce Allan
4
-28
/
+16
2013-01-28
e1000e: cleanup: remove e1000_get_cable_length()
Bruce Allan
2
-7
/
+2
2013-01-28
e1000e: cleanup: remove e1000_get_phy_cfg_done()
Bruce Allan
1
-19
/
+1
2013-01-28
e1000e: cleanup: rename e1000_get_cfg_done()
Bruce Allan
4
-6
/
+6
2013-01-28
e1000e: cleanup: remove e1000_force_speed_duplex()
Bruce Allan
1
-17
/
+1
2013-01-28
e1000e: cleanup: remove e1000_set_d0_lplu_state()
Bruce Allan
1
-27
/
+6
2013-01-28
net: fix possible wrong checksum generation
Eric Dumazet
13
-15
/
+65
2013-01-28
dm9601: support dm9620 variant
Peter Korsgaard
1
-1
/
+29
2013-01-28
net: add RCU annotation to sk_dst_cache field
Cong Wang
1
-1
/
+1
[next]