index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
hwmon
/
adt7411
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-06-19
vcan: add CAN FD support
Oliver Hartkopp
1
-7
/
+20
2012-06-19
candev: add/update helpers for CAN FD
Oliver Hartkopp
2
-9
/
+59
2012-06-19
canfd: add support for CAN FD in CAN_RAW sockets
Oliver Hartkopp
2
-5
/
+48
2012-06-19
canfd: add support for CAN FD in PF_CAN core
Oliver Hartkopp
2
-29
/
+84
2012-06-19
canfd: add new data structures and constants
Oliver Hartkopp
3
-6
/
+63
2012-06-19
c_can_pci: generic module for C_CAN/D_CAN on PCI
Federico Vaga
3
-0
/
+244
2012-06-19
net: lpc_eth: Driver cleanup
stigge@antcom.de
1
-5
/
+1
2012-06-19
netfilter: fix missing symbols if CONFIG_NETFILTER_NETLINK_QUEUE_CT unset
Pablo Neira Ayuso
1
-1
/
+1
2012-06-19
netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled
Pablo Neira Ayuso
6
-47
/
+164
2012-06-19
netfilter: fix compilation of the nfnl_cthelper if NF_CONNTRACK is unset
Pablo Neira Ayuso
2
-9
/
+13
2012-06-19
netfilter: nf_ct_helper: disable automatic helper re-assignment of different ...
Pablo Neira Ayuso
1
-1
/
+7
2012-06-19
netfilter: ctnetlink: fix NULL dereference while trying to change helper
Pablo Neira Ayuso
1
-10
/
+3
2012-06-18
batman-adv: only store changed gw_bandwidth values
Marek Lindner
1
-0
/
+3
2012-06-18
batman-adv: fix locking in hash_add()
Matthias Schiffer
1
-9
/
+6
2012-06-18
batman-adv: use DBG_ALL in log_level sysfs definition
Antonio Quartulli
1
-1
/
+1
2012-06-18
batman-adv: turn tt commit code into routing protocol agnostic API
Marek Lindner
5
-104
/
+118
2012-06-18
batman-adv: fix visualization output without neighbors on the primary interface
Matthias Schiffer
1
-7
/
+14
2012-06-18
batman-adv: don't bother flipping ->tt_crc
Al Viro
2
-9
/
+3
2012-06-18
batman-adv: don't bother flipping ->tt_data
Al Viro
3
-12
/
+10
2012-06-18
batman-adv: Return error codes instead of -1 on failures
Sven Eckelmann
10
-48
/
+58
2012-06-18
batman-adv: keep batman_ogm_packet ->seqno net-endian all along
Al Viro
2
-12
/
+12
2012-06-18
batman-adv: trivial endianness annotations
Al Viro
2
-9
/
+9
2012-06-18
batman-adv: get rid of pointless cast in memcpy()
Al Viro
1
-1
/
+1
2012-06-18
batman-adv: return added entries instead of number of possibly added entries
Marek Lindner
1
-1
/
+1
2012-06-18
batman-adv: ignore trailing CR when comparing protocol names
Marek Lindner
1
-3
/
+8
2012-06-18
batman-adv: avoid characters requiring shell escapes in protocol names
Marek Lindner
2
-2
/
+2
2012-06-18
batman-adv: Add get_ethtool_stats() support
Martin Hundebøll
8
-3
/
+143
2012-06-18
batman-adv: convert bat_priv->tt_crc from atomic_t to uint16_t
Antonio Quartulli
3
-4
/
+3
2012-06-18
batman-adv: Initialize lockdep class keys for hashes
Sven Eckelmann
3
-0
/
+26
2012-06-18
batman-adv: fix skb->data assignment
Antonio Quartulli
1
-0
/
+2
2012-06-18
batman-adv: update internal version number
Sven Eckelmann
1
-1
/
+1
2012-06-18
ipv4: Cap ADVMSS metric in the FIB rather than the routing cache.
David S. Miller
2
-3
/
+6
2012-06-18
net: lpc_eth: free skbs in start_xmit
Eric Dumazet
1
-6
/
+5
2012-06-18
bnx2x: correct LPI pass-through configuration
Yuval Mintz
1
-12
/
+6
2012-06-17
bnx2: Update version 2.2.2
Michael Chan
1
-2
/
+2
2012-06-17
bnx2: Read PCI function number from internal register
Michael Chan
2
-2
/
+7
2012-06-17
bnx2: Dump additional BC_STATE during firmware sync timeout.
Michael Chan
2
-0
/
+3
2012-06-17
bnx2: Dump all FTQ_CTL registers during tx_timeout
Michael Chan
2
-0
/
+112
2012-06-17
include/net/dst.h: neaten asterisk placement
Eldad Zack
1
-9
/
+8
2012-06-16
netfilter: add user-space connection tracking helper infrastructure
Pablo Neira Ayuso
12
-26
/
+839
2012-06-16
netfilter: ctnetlink: add CTA_HELP_INFO attribute
Pablo Neira Ayuso
3
-5
/
+20
2012-06-16
netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled
Pablo Neira Ayuso
5
-8
/
+34
2012-06-16
netfilter: add glue code to integrate nfnetlink_queue and ctnetlink
Pablo Neira Ayuso
5
-1
/
+208
2012-06-16
netfilter: nf_ct_helper: implement variable length helper private data
Pablo Neira Ayuso
17
-106
/
+111
2012-06-16
netfilter: nf_ct_ext: support variable length extensions
Pablo Neira Ayuso
2
-10
/
+15
2012-06-16
netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names
Pablo Neira Ayuso
7
-31
/
+14
2012-06-16
Revert "ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ip...
David S. Miller
3
-24
/
+12
2012-06-16
ipv6: Fix types of ip6_update_pmtu().
David S. Miller
1
-2
/
+2
2012-06-16
ipv6: Prevent access to uninitialized fib_table_hash via /proc/net/ipv6_route
Thomas Graf
3
-12
/
+24
2012-06-16
qlcnic: off by one in qlcnic_init_pci_info()
Dan Carpenter
1
-1
/
+1
[next]