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
*
net/ipv6/exthdrs.c: Strict PadN option checking
Eldad Zack
2012-04-12
1
-0
/
+16
*
net: Fixed coding style issues relating to braces.
Jeffrin Jose
2012-04-12
1
-6
/
+3
*
net/ipv6/ipv6_sockglue.c: Removed redundant extern
Eldad Zack
2012-04-12
1
-1
/
+0
*
net/core: simple_strtoul cleanup
Shuah Khan
2012-04-12
1
-3
/
+2
*
r6040: update copyright from 2007 to now
Florian Fainelli
2012-04-12
1
-1
/
+1
*
r6040: define and use bits of register PHY_CC
Florian Fainelli
2012-04-12
1
-2
/
+10
*
r6040: define and use MTPR transmit enable bit
Florian Fainelli
2012-04-12
1
-2
/
+3
*
r6040: define and use MLSR register bits
Florian Fainelli
2012-04-12
1
-2
/
+5
*
r6040: fix typo on stats update in tx path
Florian Fainelli
2012-04-12
1
-1
/
+1
*
r6040: add a MAC operation timeout define
Florian Fainelli
2012-04-12
1
-3
/
+5
*
r6040: remove unused variable mcr1 from private structure
Florian Fainelli
2012-04-12
1
-1
/
+1
*
r6040: consolidate MAC reset to its own function
Florian Fainelli
2012-04-12
1
-19
/
+18
*
ixp4xx_eth: Fix up the get_ts_info ethtool method.
Richard Cochran
2012-04-12
1
-2
/
+2
*
Treat ND option 31 as userland (DNSSL support)
Alexey I. Froloff
2012-04-12
2
-1
/
+4
*
wiznet: Add missing #include <linux/irq.h>
Geert Uytterhoeven
2012-04-12
2
-0
/
+2
*
drivers/net: Remove CONFIG_WIZNET_TX_FLOW option
Mike Sinkovsky
2012-04-12
3
-17
/
+5
*
team: add missed "statics"
Jiri Pirko
2012-04-11
3
-5
/
+5
*
team: ab: walk through port list non-rcu
Jiri Pirko
2012-04-11
1
-1
/
+1
*
team: add user_linkup and user_linkup_enabled per-port option
Jiri Pirko
2012-04-11
2
-17
/
+81
*
team: add bool option type
Jiri Pirko
2012-04-11
2
-11
/
+31
*
team: add support for per-port options
Jiri Pirko
2012-04-11
4
-100
/
+278
*
batman-adv: add bridge loop avoidance compile option
Simon Wunderlich
2012-04-11
7
-5
/
+89
*
batman-adv: form groups in the bridge loop avoidance
Simon Wunderlich
2012-04-11
2
-6
/
+116
*
batman-adv: drop STP over batman
Simon Wunderlich
2012-04-11
1
-0
/
+8
*
batman-adv: add broadcast duplicate check
Simon Wunderlich
2012-04-11
5
-0
/
+91
*
batman-adv: don't let backbone gateways exchange tt entries
Simon Wunderlich
2012-04-11
4
-2
/
+74
*
batman-adv: allow multiple entries in tt_global_entries
Simon Wunderlich
2012-04-11
2
-93
/
+311
*
batman-adv: export claim tables through debugfs
Simon Wunderlich
2012-04-11
4
-3
/
+66
*
batman-adv: make bridge loop avoidance switchable
Simon Wunderlich
2012-04-11
2
-0
/
+11
*
batman-adv: add basic bridge loop avoidance code
Simon Wunderlich
2012-04-11
14
-16
/
+1430
*
batman-adv: remove old bridge loop avoidance code
Simon Wunderlich
2012-04-11
9
-517
/
+5
*
batman-adv: encourage batman to take shorter routes by changing the default h...
Marek Lindner
2012-04-11
1
-1
/
+1
*
batman-adv: Remove declaration of only locally used functions
Sven Eckelmann
2012-04-11
2
-16
/
+14
*
batman-adv: Replace bitarray operations with bitmap
Sven Eckelmann
2012-04-11
6
-130
/
+41
*
batman-adv: use ETH_ALEN instead of hardcoded numeric constants
Antonio Quartulli
2012-04-11
1
-13
/
+13
*
batman-adv: clean up Kconfig
Antonio Quartulli
2012-04-11
1
-9
/
+8
*
MAINTAINERS: add additional maintainer for net/batman-adv
Antonio Quartulli
2012-04-11
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-04-10
4047
-49867
/
+103952
|
\
|
*
Make the "word-at-a-time" helper functions more commonly usable
Linus Torvalds
2012-04-06
2
-32
/
+49
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2012-04-06
38
-376
/
+602
|
|
\
|
|
*
net: fix a race in sock_queue_err_skb()
Eric Dumazet
2012-04-06
1
-1
/
+3
|
|
*
netlink: fix races after skb queueing
Eric Dumazet
2012-04-06
1
-11
/
+13
|
|
*
doc, net: Update ndo_start_xmit return type and values
Ben Hutchings
2012-04-06
1
-10
/
+12
|
|
*
doc, net: Remove instruction to set net_device::trans_start
Ben Hutchings
2012-04-06
1
-5
/
+2
|
|
*
doc, net: Update netdev operation names
Ben Hutchings
2012-04-06
2
-14
/
+14
|
|
*
doc, net: Update documentation of synchronisation for TX multiqueue
Ben Hutchings
2012-04-06
1
-3
/
+3
|
|
*
doc, net: Remove obsolete reference to dev->poll
Ben Hutchings
2012-04-06
1
-2
/
+1
|
|
*
ethtool: Remove exception to the requirement of holding RTNL lock
Ben Hutchings
2012-04-06
1
-2
/
+1
|
|
*
MAINTAINERS: update for Marvell Ethernet drivers
stephen hemminger
2012-04-05
1
-12
/
+7
|
|
*
bonding: properly unset current_arp_slave on slave link up
Veaceslav Falico
2012-04-05
1
-1
/
+5
[next]