index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-06-24
batman-adv: Prefix hash static inline functions with batadv_
Sven Eckelmann
5
-35
/
+42
2012-06-24
batman-adv: Prefix hard-interface static inline functions with batadv_
Sven Eckelmann
14
-83
/
+84
2012-06-24
batman-adv: Prefix bitarray static inline functions with batadv_
Sven Eckelmann
4
-15
/
+16
2012-06-24
batman-adv: Prefix bat_debugfs local static functions with batadv_
Sven Eckelmann
1
-71
/
+72
2012-06-24
tcp: Fix bug in tcp socket early demux
Vijay Subramanian
1
-1
/
+1
2012-06-23
ipv4: Don't add deprecated new binary sysctl value.
David S. Miller
2
-3
/
+0
2012-06-23
ipv4: tcp: dont cache output dst for syncookies
Eric Dumazet
6
-10
/
+21
2012-06-23
bnx2x: link module eeprom
Yuval Mintz
3
-4
/
+67
2012-06-23
bnx2x: 1G sfp+ module handling
Yuval Mintz
3
-84
/
+151
2012-06-23
bnx2x: revised link register access
Yuval Mintz
3
-144
/
+100
2012-06-23
bnx2x: treat 0 speed as link down (copper)
Yuval Mintz
1
-10
/
+12
2012-06-23
bnx2x: link cleanup
Yuval Mintz
1
-173
/
+167
2012-06-23
bnx2x: sfp+ Tx fault detection added
Yuval Mintz
3
-16
/
+99
2012-06-23
netfilter: ctnetlink: fix compilation with NF_CONNTRACK_EVENTS=n
Pablo Neira Ayuso
1
-1
/
+1
2012-06-23
netfilter: nfnetlink_queue: fix sparse warning due to missing include
Pablo Neira Ayuso
1
-0
/
+1
2012-06-23
ipv4: Add sysctl knob to control early socket demux
Alexander Duyck
5
-9
/
+26
2012-06-23
smsc911x.c: encapsulate enable irq calls
Matthias Brugger
1
-7
/
+10
2012-06-22
netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...
Pablo Neira Ayuso
5
-8
/
+18
2012-06-22
net: dcb: fix small regression in __dcbnl_pg_setcfg()
John Fastabend
1
-2
/
+1
2012-06-22
ixgbe: simplify padding and length checks
Stephen Hemminger
1
-7
/
+2
2012-06-21
tcp: Validate route interface in early demux.
David S. Miller
1
-3
/
+9
2012-06-20
inetpeer: inetpeer_invalidate_tree() cleanup
Eric Dumazet
1
-19
/
+15
2012-06-20
team: do RCU update path fixups
Jiri Pirko
2
-6
/
+16
2012-06-20
team: Revert previous two changes.
David S. Miller
2
-11
/
+6
2012-06-20
team: use RCU_INIT_POINTER for NULL assignment of RCU pointer
Jiri Pirko
1
-1
/
+1
2012-06-20
team: use rcu_access_pointer to access RCU pointer by writer
Jiri Pirko
2
-5
/
+10
2012-06-20
can: c_can_pci: fix compilation on non HAVE_CLK archs
Marc Kleine-Budde
1
-22
/
+7
2012-06-20
batman-adv: Reformat multiline comments to consistent style
Sven Eckelmann
40
-388
/
+349
2012-06-20
batman-adv: Prefix main non-static functions with batadv_
Sven Eckelmann
13
-97
/
+99
2012-06-20
batman-adv: Prefix vis non-static functions with batadv_
Sven Eckelmann
5
-26
/
+26
2012-06-20
batman-adv: Prefix unicast non-static functions with batadv_
Sven Eckelmann
5
-22
/
+25
2012-06-20
batman-adv: Prefix translation-table non-static functions with batadv_
Sven Eckelmann
11
-107
/
+125
2012-06-20
batman-adv: Prefix soft-interface non-static functions with batadv_
Sven Eckelmann
6
-27
/
+27
2012-06-20
batman-adv: Prefix send non-static functions with batadv_
Sven Eckelmann
11
-41
/
+46
2012-06-20
batman-adv: Prefix routing non-static functions with batadv_
Sven Eckelmann
7
-74
/
+80
2012-06-20
batman-adv: Prefix ring_buffer non-static functions with batadv_
Sven Eckelmann
3
-11
/
+13
2012-06-20
batman-adv: Prefix originator non-static functions with batadv_
Sven Eckelmann
13
-131
/
+134
2012-06-20
batman-adv: Prefix icmp-socket non-static functions with batadv_
Sven Eckelmann
5
-11
/
+11
2012-06-20
batman-adv: Prefix hash non-static functions with batadv_
Sven Eckelmann
6
-16
/
+16
2012-06-20
batman-adv: Prefix hard-interface non-static functions with batadv_
Sven Eckelmann
6
-41
/
+43
2012-06-20
batman-adv: Prefix gateway-common non-static functions with batadv_
Sven Eckelmann
4
-12
/
+16
2012-06-20
batman-adv: Prefix gateway-client non-static functions with batadv_
Sven Eckelmann
10
-46
/
+51
2012-06-20
batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_
Sven Eckelmann
8
-58
/
+62
2012-06-20
batman-adv: Prefix bitarray non-static functions with batadv_
Sven Eckelmann
4
-11
/
+11
2012-06-20
batman-adv: Prefix bat_sysfs non-static functions with batadv_
Sven Eckelmann
5
-20
/
+21
2012-06-20
batman-adv: Prefix bat_debugfs non-static functions with batadv_
Sven Eckelmann
5
-16
/
+17
2012-06-20
batman-adv: Prefix bat_algo non-static functions with batadv_
Sven Eckelmann
3
-3
/
+3
2012-06-20
netfilter: nfq_ct_hook needs __rcu and __read_mostly
Pablo Neira Ayuso
2
-2
/
+2
2012-06-20
ixgbe: clean up ixgbe_get_settings ethtool function
Jacob Keller
1
-85
/
+62
2012-06-20
ixgbe: add support for 1G SX modules
Jacob Keller
3
-5
/
+24
[next]