index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
parport
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-19
batman-adv: postpone sysfs removal when unregistering
Simon Wunderlich
3
-5
/
+57
2013-01-19
batman-adv: rename random32() to prandom_u32()
Akinobu Mita
1
-2
/
+2
2013-01-19
batman-adv: kernel doc for types.h
Marek Lindner
1
-66
/
+395
2013-01-19
batman-adv: rename batadv_claim struct to make clear it is used by bla
Marek Lindner
2
-21
/
+22
2013-01-19
batman-adv: rename batadv_backbone_gw struct to make clear it is used by bla
Marek Lindner
2
-27
/
+29
2013-01-19
batman-adv: rename batadv_recvlist_node struct to make clear it is used by vis
Marek Lindner
2
-4
/
+4
2013-01-19
batman-adv: rename batadv_if_list_entry struct to make clear it is used by vis
Marek Lindner
2
-13
/
+14
2013-01-19
batman-adv: group tt type definitions together
Marek Lindner
1
-25
/
+25
2013-01-19
batman-adv: mark debug_log struct as bat_priv only struct
Marek Lindner
2
-18
/
+20
2013-01-19
batman-adv: align kernel doc properly
Marek Lindner
1
-13
/
+12
2013-01-19
batman-adv: a delayed_work has to be initialised once
Antonio Quartulli
6
-44
/
+32
2013-01-18
ipv6: remove unneeded check to pskb_may_pull in ipip6_rcv
Hannes Frederic Sowa
1
-6
/
+1
2013-01-18
ndisc: Check NS message length before access.
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+5
2013-01-18
ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.
YOSHIFUJI Hideaki / 吉藤英明
4
-14
/
+7
2013-01-18
enic: change sprintf() to snprintf()
Dan Carpenter
1
-4
/
+8
2013-01-18
smsc: smc911x: Fix sparse warnings
Fabio Estevam
1
-1
/
+1
2013-01-18
net: usb: initialize tmp in dm9601.c to avoid warning
Simon Que
1
-2
/
+2
2013-01-18
net: ethernet: davinci_cpdma: Add boundary for rx and tx descriptors
Mugunthan V N
4
-13
/
+57
2013-01-18
6lowpan: Handle uncompressed IPv6 packets over 6LoWPAN
Alan Ott
1
-9
/
+32
2013-01-18
6lowpan: Refactor packet delivery into a function
Alan Ott
1
-14
/
+24
2013-01-18
net: fec: enable pause frame to improve rx prefomance for 1G network
Frank Li
2
-1
/
+91
2013-01-18
net: asix: handle packets crossing URB boundaries
Lucas Stach
4
-30
/
+109
2013-01-18
net: asix: init ASIX AX88772B MAC from EEPROM
Lucas Stach
2
-3
/
+30
2013-01-18
igb: Use in-kernel PTP_EV_PORT #define
Matthew Vick
1
-3
/
+3
2013-01-18
igb: Free any held skb that should have been timestamped on remove
Matthew Vick
1
-0
/
+4
2013-01-18
igb: Add mechanism for detecting latched hardware Rx timestamp
Matthew Vick
4
-0
/
+51
2013-01-18
igb: Add timeout for PTP Tx work item
Matthew Vick
4
-0
/
+14
2013-01-18
igb: Add support for SW timestamping
Matthew Vick
2
-0
/
+11
2013-01-18
igb: Enable hwmon data output for thermal sensors via I2C.
Carolyn Wyborny
8
-7
/
+469
2013-01-18
igb: Add support functions to access thermal data.
Carolyn Wyborny
4
-1
/
+42
2013-01-18
igb: Add i2c interface to igb.
Carolyn Wyborny
8
-1
/
+301
2013-01-18
igb: Enable SR-IOV configuration via PCI sysfs interface
Greg Rose
1
-101
/
+219
2013-01-18
e1000e: add support for hardware timestamping on some devices
Bruce Allan
7
-8
/
+462
2013-01-18
e1000e: Use standard #defines for PCIe Capability ASPM fields
Bjorn Helgaas
1
-2
/
+9
2013-01-18
e1000e: add ethtool .get_eee/.set_eee
Bruce Allan
5
-23
/
+167
2013-01-18
ipv6: Complete neighbour entry removal from dst_entry.
YOSHIFUJI Hideaki / 吉藤英明
3
-86
/
+1
2013-01-18
ipv6: Do not depend on rt->n in ip6_finish_output2().
YOSHIFUJI Hideaki / 吉藤英明
1
-5
/
+13
2013-01-18
ipv6: Do not depend on rt->n in ip6_dst_lookup_tail().
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+6
2013-01-18
ipv6: Introduce rt6_nexthop() to select nexthop address.
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+8
2013-01-18
ipv6: Do not depend on rt->n in rt6_probe().
YOSHIFUJI Hideaki / 吉藤英明
1
-10
/
+16
2013-01-18
ipv6: Do not depend on rt->n in rt6_check_neigh().
YOSHIFUJI Hideaki / 吉藤英明
1
-5
/
+9
2013-01-18
ipv6: Do not depend on rt->n in ip6_pol_route().
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+1
2013-01-18
ndisc: Introduce __ipv6_neigh_lookup_noref().
YOSHIFUJI Hideaki / 吉藤英明
1
-7
/
+15
2013-01-18
ipv6 route: Dump gateway based on RTF_GATEWAY flag and rt->rt6i_gateway.
YOSHIFUJI Hideaki / 吉藤英明
1
-8
/
+4
2013-01-18
ndisc: Remove tbl argument for __ipv6_neigh_lookup().
YOSHIFUJI Hideaki / 吉藤英明
2
-4
/
+4
2013-01-18
ndisc: Update neigh->updated with write lock.
YOSHIFUJI Hideaki / 吉藤英明
1
-4
/
+8
2013-01-17
bnx2x: fix GRO parameters
Yuval Mintz
1
-24
/
+23
2013-01-17
cxgb3: Fix Tx csum stats
Vipul Pandya
1
-1
/
+1
2013-01-17
ipv6: fix ipv6_prefix_equal64_half mask conversion
Fabio Baltieri
1
-1
/
+1
2013-01-17
net: increase fragment memory usage limits
Jesper Dangaard Brouer
2
-9
/
+17
[next]