index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-23
rndis_wlan: fix checking for default value
Andrzej Hajda
1
-1
/
+1
2015-09-23
orinoco: fix checking for default value
Andrzej Hajda
1
-3
/
+3
2015-09-23
mwifiex: fix comparison expression
Andrzej Hajda
1
-2
/
+2
2015-09-23
net: brcm80211: fix range check
Andrzej Hajda
1
-1
/
+1
2015-09-23
net: stmmac: fix type of entry variable
Andrzej Hajda
1
-1
/
+1
2015-09-23
net/ibm/emac: fix type of phy_mode
Andrzej Hajda
1
-1
/
+1
2015-09-23
isdn: hisax: fix frame calculation
Andrzej Hajda
1
-5
/
+5
2015-09-22
drivers/net/ieee802154/at86rf230.c: seq_printf() now returns NULL
Stephen Rothwell
1
-25
/
+10
2015-09-22
arm: dts: am4372: add syscon phandle to cpsw node
Mugunthan V N
1
-0
/
+1
2015-09-22
arm: dts: dra7: add syscon phandle to cpsw node
Mugunthan V N
1
-0
/
+1
2015-09-22
drivers: net: cpsw-common: add support for reading mac address for dra7 and a...
Mugunthan V N
1
-0
/
+6
2015-09-22
drivers: net: cpsw: davinci_emac: move reading mac id to common file
Mugunthan V N
4
-59
/
+57
2015-09-22
net: bcmgenet: Remove duplicate test for tx_coalesce_usecs_high
Florian Fainelli
1
-2
/
+1
2015-09-22
tcp: send loss probe after 1s if no RTT available
Yuchung Cheng
1
-4
/
+5
2015-09-22
tcp: usec resolution SYN/ACK RTT
Yuchung Cheng
6
-19
/
+20
2015-09-22
s390/iucv: do not use arrays as argument
Ursula Braun
8
-46
/
+43
2015-09-22
qeth: add layer 2 RX/TX checksum offloading
Thomas Richter
4
-147
/
+285
2015-09-22
qeth: move OSA portname into deprecated status
Ursula Braun
3
-97
/
+11
2015-09-22
qeth: no write permission for readonly sysattr
Lakhvich Dmitriy
1
-1
/
+1
2015-09-22
qeth: remove extraneous length from %pM format
Eugene Crosser
1
-2
/
+2
2015-09-21
can: flexcan: enable interrupts atomically at the end of flexcan_chip_start()
Marc Kleine-Budde
1
-1
/
+6
2015-09-21
can: flexcan: give member of flexcan_priv holding mailboxes a sensible name
Marc Kleine-Budde
1
-13
/
+13
2015-09-21
can: flexcan: use pointer to struct regs instead of void pointer for mmio add...
Marc Kleine-Budde
1
-21
/
+21
2015-09-21
can: flexcan: rename feature into quirks
Marc Kleine-Budde
1
-10
/
+10
2015-09-21
can: flexcan: flexcan_chip_start(): cleanup writing of reg_mcr
Marc Kleine-Budde
1
-4
/
+4
2015-09-21
can: flexcan: remove unused header files
Marc Kleine-Budde
1
-4
/
+0
2015-09-21
can: headers: make header files self contained
Marc Kleine-Budde
2
-1
/
+3
2015-09-21
can: flexcan: cleanup coding style and fix typos
Marc Kleine-Budde
1
-52
/
+38
2015-09-21
rxrpc: Replace get_seconds with ktime_get_seconds
Ksenija Stanojevic
3
-6
/
+6
2015-09-21
net: add Hisilicon Network Subsystem basic ethernet support
huangdaode
5
-0
/
+2971
2015-09-21
net: add Hisilicon Network Subsystem DSAF support
huangdaode
18
-0
/
+9798
2015-09-21
net: add Hisilicon Network Subsystem hnae framework support
huangdaode
5
-0
/
+1103
2015-09-21
net: add Hisilicon Network Subsystem MDIO support
huangdaode
4
-187
/
+531
2015-09-21
net: add Hisilicon Network Subsystem support (config and documents)
huangdaode
5
-2
/
+313
2015-09-21
xen-netfront: always set num queues if possible
chas williams
1
-7
/
+10
2015-09-18
netfilter: Use nf_ct_net instead of dev_net(out) in nf_nat_masquerade_ipv6
Eric W. Biederman
1
-1
/
+1
2015-09-18
netfilter: Pass net into nf_xfrm_me_harder
Eric W. Biederman
4
-7
/
+7
2015-09-18
netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
Eric W. Biederman
43
-157
/
+156
2015-09-18
ipvs: Read hooknum from state rather than ops->hooknum
Eric W. Biederman
1
-8
/
+8
2015-09-18
netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple
Eric W. Biederman
16
-18
/
+24
2015-09-18
act_connmark: Remember the struct net instead of guessing it.
Eric W. Biederman
2
-1
/
+3
2015-09-18
netfilter: Pass net to nf_dup_ipv4 and nf_dup_ipv6
Eric W. Biederman
7
-44
/
+14
2015-09-18
netfilter: nf_tables: Use pkt->net instead of computing net from the passed n...
Eric W. Biederman
5
-20
/
+15
2015-09-18
netfilter: nf_tables: Pass struct net in nft_pktinfo
Eric W. Biederman
1
-1
/
+2
2015-09-18
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
17
-43
/
+41
2015-09-18
netfilter: x_tables: Pass struct net in xt_action_param
Eric W. Biederman
8
-1
/
+9
2015-09-18
netfilter: nf_tables: kill nft_pktinfo.ops
Eric W. Biederman
25
-64
/
+54
2015-09-18
inet netfilter: Prefer state->hook to ops->hooknum
Eric W. Biederman
6
-21
/
+21
2015-09-18
inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table
Eric W. Biederman
17
-41
/
+25
2015-09-18
netfilter: ebtables: Simplify the arguments to ebt_do_table
Eric W. Biederman
5
-19
/
+20
[next]