index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
batman-adv: Reformat multiline comments to consistent style
Sven Eckelmann
2012-06-20
40
-388
/
+349
*
batman-adv: Prefix main non-static functions with batadv_
Sven Eckelmann
2012-06-20
13
-97
/
+99
*
batman-adv: Prefix vis non-static functions with batadv_
Sven Eckelmann
2012-06-20
5
-26
/
+26
*
batman-adv: Prefix unicast non-static functions with batadv_
Sven Eckelmann
2012-06-20
5
-22
/
+25
*
batman-adv: Prefix translation-table non-static functions with batadv_
Sven Eckelmann
2012-06-20
11
-107
/
+125
*
batman-adv: Prefix soft-interface non-static functions with batadv_
Sven Eckelmann
2012-06-20
6
-27
/
+27
*
batman-adv: Prefix send non-static functions with batadv_
Sven Eckelmann
2012-06-20
11
-41
/
+46
*
batman-adv: Prefix routing non-static functions with batadv_
Sven Eckelmann
2012-06-20
7
-74
/
+80
*
batman-adv: Prefix ring_buffer non-static functions with batadv_
Sven Eckelmann
2012-06-20
3
-11
/
+13
*
batman-adv: Prefix originator non-static functions with batadv_
Sven Eckelmann
2012-06-20
13
-131
/
+134
*
batman-adv: Prefix icmp-socket non-static functions with batadv_
Sven Eckelmann
2012-06-20
5
-11
/
+11
*
batman-adv: Prefix hash non-static functions with batadv_
Sven Eckelmann
2012-06-20
6
-16
/
+16
*
batman-adv: Prefix hard-interface non-static functions with batadv_
Sven Eckelmann
2012-06-20
6
-41
/
+43
*
batman-adv: Prefix gateway-common non-static functions with batadv_
Sven Eckelmann
2012-06-20
4
-12
/
+16
*
batman-adv: Prefix gateway-client non-static functions with batadv_
Sven Eckelmann
2012-06-20
10
-46
/
+51
*
batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_
Sven Eckelmann
2012-06-20
8
-58
/
+62
*
batman-adv: Prefix bitarray non-static functions with batadv_
Sven Eckelmann
2012-06-20
4
-11
/
+11
*
batman-adv: Prefix bat_sysfs non-static functions with batadv_
Sven Eckelmann
2012-06-20
5
-20
/
+21
*
batman-adv: Prefix bat_debugfs non-static functions with batadv_
Sven Eckelmann
2012-06-20
5
-16
/
+17
*
batman-adv: Prefix bat_algo non-static functions with batadv_
Sven Eckelmann
2012-06-20
3
-3
/
+3
*
ipv4: Early TCP socket demux.
David S. Miller
2012-06-19
10
-24
/
+110
*
inet: Sanitize inet{,6} protocol demux.
David S. Miller
2012-06-19
9
-47
/
+36
*
net: qmi_wwan: use module_usb_driver macro
Bjørn Mork
2012-06-19
1
-11
/
+1
*
net: qmi_wwan: shorten driver description
Bjørn Mork
2012-06-19
1
-2
/
+2
*
net: qmi_wwan: bind to both control and data interface
Bjørn Mork
2012-06-19
1
-68
/
+63
*
net: qmi_wwan: rearranging to prepare for code sharing
Bjørn Mork
2012-06-19
1
-52
/
+76
*
net: qmi_wwan: define a structure for driver specific state
Bjørn Mork
2012-06-19
1
-20
/
+29
*
team: use rcu_dereference_bh() in tx path
Jiri Pirko
2012-06-19
2
-4
/
+4
*
team: allow to send multiple set events in one message
Jiri Pirko
2012-06-19
1
-24
/
+9
*
team: ensure correct order of netlink messages delivery
Jiri Pirko
2012-06-19
1
-20
/
+5
*
team: implement multipart netlink messages for options transfers
Jiri Pirko
2012-06-19
1
-82
/
+116
*
team: lb: introduce infrastructure for userspace driven tx loadbalancing
Jiri Pirko
2012-06-19
1
-17
/
+500
*
team: add port_[enabled/disabled] mode callbacks
Jiri Pirko
2012-06-19
2
-0
/
+6
*
team: pass NULL to __team_option_inst_add() instead of 0
Jiri Pirko
2012-06-19
1
-1
/
+1
*
team: allow to specify one option instance to be send to userspace
Jiri Pirko
2012-06-19
1
-86
/
+124
*
team: fix error path in team_nl_fill_port_list_get()
Jiri Pirko
2012-06-19
1
-1
/
+1
*
team: fix error path in team_nl_fill_options_get()
Jiri Pirko
2012-06-19
1
-1
/
+1
*
team: allow async option changes
Jiri Pirko
2012-06-19
2
-0
/
+21
*
team: push array_index and port into separate structure
Jiri Pirko
2012-06-19
2
-27
/
+50
*
team: comments: s/net\/drivers\/team/drivers\/net\/team/
Jiri Pirko
2012-06-19
3
-3
/
+3
*
team: introduce array options
Jiri Pirko
2012-06-19
2
-23
/
+55
*
team: allow read/write-only options
Jiri Pirko
2012-06-19
1
-0
/
+4
*
team: lb: push hash counting into separate function
Jiri Pirko
2012-06-19
1
-7
/
+16
*
team: add mode priv to port
Jiri Pirko
2012-06-19
2
-1
/
+4
*
team: for nomode use dummy struct team_mode
Jiri Pirko
2012-06-19
1
-8
/
+21
*
team: make team_mode struct const
Jiri Pirko
2012-06-19
5
-23
/
+43
*
Merge branch 'master' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
2012-06-19
13
-64
/
+664
|
\
|
*
canfd: update documentation according to CAN FD extensions
Oliver Hartkopp
2012-06-19
1
-8
/
+146
|
*
vcan: add CAN FD support
Oliver Hartkopp
2012-06-19
1
-7
/
+20
|
*
candev: add/update helpers for CAN FD
Oliver Hartkopp
2012-06-19
2
-9
/
+59
[next]