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
path:
root
/
drivers
/
net
/
team
Commit message (
Expand
)
Author
Age
Files
Lines
*
team: remove usage of netdev_set_master()
Jiri Pirko
2013-01-04
1
-6
/
+7
*
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
2013-01-03
1
-2
/
+0
*
team: update master carrier state
Flavio Leitner
2013-01-03
1
-2
/
+22
*
team: add ethtool support
Flavio Leitner
2012-12-30
1
-0
/
+17
*
team: implement carrier change
Flavio Leitner
2012-12-30
1
-0
/
+10
*
team: fix hw_features setup
Jiri Pirko
2012-11-28
1
-1
/
+3
*
team: bcast: convert return value of team_dev_queue_xmit() to bool correctly
Jiri Pirko
2012-11-21
1
-3
/
+3
*
team: set qdisc_tx_busylock to avoid LOCKDEP splat
Eric Dumazet
2012-10-04
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-09-28
1
-7
/
+6
|
\
|
*
team: fix return value check
Wei Yongjun
2012-09-27
1
-6
/
+6
|
*
team: send port changed when added
Jiri Pirko
2012-09-22
1
-8
/
+24
*
|
team: send port changed when added
Jiri Pirko
2012-09-21
1
-8
/
+25
*
|
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-09-10
1
-19
/
+19
*
|
team: do not allow to add VLAN challenged port when vlan is used
Jiri Pirko
2012-08-24
1
-0
/
+7
*
|
team: don't print warn message on -ESRCH during event send
Jiri Pirko
2012-08-24
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-08-22
1
-7
/
+9
|
\
\
|
|
/
|
*
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
Amerigo Wang
2012-08-14
1
-7
/
+9
*
|
team: add support for non-ethernet devices
Jiri Pirko
2012-08-20
4
-32
/
+77
*
|
team: add support for queue override by setting queue_id for port
Jiri Pirko
2012-08-03
1
-2
/
+161
*
|
team: add per port priority option
Jiri Pirko
2012-08-03
1
-0
/
+25
*
|
team: add signed 32-bit team option type
Jiri Pirko
2012-08-03
1
-0
/
+12
|
/
*
team: init error value to 0 in team_netpoll_setup()
Jiri Pirko
2012-07-24
1
-1
/
+1
*
team: add multiqueue support
Jiri Pirko
2012-07-20
1
-5
/
+60
*
team: refine IFF_XMIT_DST_RELEASE capability
Jiri Pirko
2012-07-18
1
-0
/
+5
*
team: add netpoll support
Jiri Pirko
2012-07-17
5
-10
/
+119
*
team: make team_port_enabled() and team_port_txable() static inline
Jiri Pirko
2012-07-12
1
-12
/
+0
*
team: add broadcast mode
Jiri Pirko
2012-07-12
3
-1
/
+101
*
team: use function team_port_txable() for determing enabled and up port
Jiri Pirko
2012-07-12
2
-3
/
+9
*
team: use IFF_LIVE_ADDR_CHANGE priv_flag
Jiri Pirko
2012-06-30
1
-4
/
+5
*
net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()
Thomas Graf
2012-06-28
1
-4
/
+4
*
team: do not allow to map disabled ports
Jiri Pirko
2012-06-26
2
-4
/
+4
*
team: fix team_adjust_ops with regard to enabled ports
Jiri Pirko
2012-06-26
1
-11
/
+19
*
team: do RCU update path fixups
Jiri Pirko
2012-06-20
2
-6
/
+16
*
team: Revert previous two changes.
David S. Miller
2012-06-20
2
-11
/
+6
*
team: use RCU_INIT_POINTER for NULL assignment of RCU pointer
Jiri Pirko
2012-06-20
1
-1
/
+1
*
team: use rcu_access_pointer to access RCU pointer by writer
Jiri Pirko
2012-06-20
2
-5
/
+10
*
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
1
-0
/
+4
*
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
1
-0
/
+18
*
team: push array_index and port into separate structure
Jiri Pirko
2012-06-19
1
-25
/
+43
*
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
1
-23
/
+52
[next]