Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0743b7eaffa7380842e59372094ba236b3763322
/
drivers
/
net
/
team
22e380a
net: team: convert to using IFF_NO_QUEUE
by Phil Sutter
· 9 years ago
45d4122
switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.
by Samudrala, Sridhar
· 9 years ago
7889cbe
switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag
by Scott Feldman
· 9 years ago
85fdb95
switchdev: cut over to new switchdev_port_bridge_getlink
by Scott Feldman
· 9 years ago
54ba5a0
switchdev: cut over to new switchdev_port_bridge_dellink
by Scott Feldman
· 9 years ago
fc8f40d
switchdev: cut over to new switchdev_port_bridge_setlink
by Scott Feldman
· 9 years ago
ebb9a03
switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/
by Jiri Pirko
· 9 years ago
b9f4cf75
team: Don't segment multiple tagged packets on team device
by Toshiaki Makita
· 10 years ago
3cef5c5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
9215f43
team: don't traverse port list using rcu in team_set_mac_address
by Jiri Pirko
· 10 years ago
71a83a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
247f6d0
team: allow TSO being set on master
by Jiri Pirko
· 10 years ago
57e5956
team: fix possible null pointer dereference in team_handle_frame
by Jiri Pirko
· 10 years ago
a16a8ee7
team: handle NETIF_F_HW_SWITCH_OFFLOAD flag and add ndo_bridge_setlink/dellink handlers
by Roopa Prabhu
· 10 years ago
3f3558b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
b0d11b4
team: avoid possible underflow of count_pending value for notify_peers and mcast_rejoin
by Jiri Pirko
· 10 years ago
e350a96
team: Remove dead code
by Kenneth Williams
· 10 years ago
fbe168b
net: generic dev_disable_lro() stacked device handling
by Michal Kubeček
· 10 years ago
64b1f00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
0287587
net: better IFF_XMIT_DST_RELEASE support
by Eric Dumazet
· 10 years ago
4754965
team: avoid race condition in scheduling delayed work
by Joe Lawrence
· 10 years ago
d7d3c05
team: set IFF_TEAM_PORT priv_flag after rx_handler is registered
by Jiri Pirko
· 10 years ago
ff204cc
team: Simplify return path of team_newlink
by Toshiaki Makita
· 10 years ago
7ae457c
net: filter: split 'struct sk_filter' into socket and bpf parts
by Alexei Starovoitov
· 10 years ago
2b391ee
team: fix releasing uninitialized pointer to BPF prog
by Daniel Borkmann
· 10 years ago
34c5bd6
net: filter: don't release unattached filter through call_rcu()
by Pablo Neira
· 10 years ago
c99f7ab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
9d0d68f
team: fix mtu setting
by Jiri Pirko
· 10 years ago
ea5930f
team: lb: use sizeof(*fprog) in __fprog_create
by Daniel Borkmann
· 10 years ago
b1fcd35
net: filter: let unattached filters use sock_fprog_kern
by Daniel Borkmann
· 10 years ago
3625920
teaming: fix vlan_features computing
by Michal Kubeček
· 10 years ago
ed2da03
team: forbid incorrect fall-through in notifier
by Jiri Pirko
· 11 years ago
a8779ec
netpoll: Remove gfp parameter from __netpoll_setup
by Eric W. Biederman
· 11 years ago
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
1e8d642
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
99932d4
netdevice: add queue selection fallback handler for ndo_select_queue
by Daniel Borkmann
· 11 years ago
1c213bd
net: introduce netdev_alloc_pcpu_stats() for drivers
by WANG Cong
· 11 years ago
99301ba
team: Don't allow team devices to change network namespaces.
by Weilong Chen
· 11 years ago
f337db6
random32: add prandom_u32_max and convert open coded users
by Daniel Borkmann
· 11 years ago
b01f236
team: block mtu change before it happens via NETDEV_PRECHANGEMTU
by Veaceslav Falico
· 11 years ago
f663dd9
net: core: explicitly select a txq before doing l2 forwarding
by Jason Wang
· 11 years ago
f5e0d34
team: fix master carrier set when user linkup is enabled
by Jiri Pirko
· 11 years ago
1ee2dcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
2a94fe4
genetlink: make multicast groups const, prevent abuse
by Johannes Berg
· 11 years ago
68eb550
genetlink: pass family to functions using groups
by Johannes Berg
· 11 years ago
c53ed74
genetlink: only pass array to genl_register_family_with_ops()
by Johannes Berg
· 11 years ago
4534de8
genetlink: make all genl_ops users const
by Johannes Berg
· 11 years ago
827da44
net: Explicitly initialize u64_stats_sync structures for lockdep
by John Stultz
· 11 years ago
93af735
net: team: inherit addr_assign_type along with dev_addr
by Bjørn Mork
· 11 years ago
0fb52a2
team: cleanup netpoll clode
by stephen hemminger
· 11 years ago
492b200
team: add support for sending multicast rejoins
by Jiri Pirko
· 11 years ago
4aa5dee
net: convert resend IGMP to notifier event
by Jiri Pirko
· 11 years ago
fc423ff
team: add peer notification
by Jiri Pirko
· 11 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
735d381
team: remove synchronize_rcu() called during port disable
by Jiri Pirko
· 11 years ago
d80b35b
team: use kfree_rcu instead of synchronize_rcu in team_port_dev
by Jiri Pirko
· 11 years ago
6c31ff3
team: remove synchronize_rcu() called during queue override change
by Jiri Pirko
· 11 years ago
72df935
team: move add to port list before port enablement
by Jiri Pirko
· 11 years ago
76c455d
team: check return value of team_get_port_by_index_rcu() for NULL
by Jiri Pirko
· 11 years ago
6bc19fb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
3f3e7ce
team: fix port list dump for big number of ports
by Jiri Pirko
· 11 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 11 years ago
e00adf3
drivers/net: rename random32() to prandom_u32()
by Akinobu Mita
· 11 years ago
80d5c36
net: vlan: prepare for 802.1ad VLAN filtering offload
by Patrick McHardy
· 12 years ago
f646968
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
by Patrick McHardy
· 12 years ago
72b2703
team: Use new sync_multiple api to sync devices adressess.
by Vlad Yasevich
· 12 years ago
e5f2ef7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2ea4659
team: make local function static
by stephen hemminger
· 12 years ago
ba81276
team: unsyc the devices addresses when port is removed
by Vlad Yasevich
· 12 years ago
753f993
team: introduce random mode
by Jiri Pirko
· 12 years ago
acbba0d
team: introduce two default team_modeop functions and use them in modes
by Jiri Pirko
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
e185483
team: allow userspace to take control over carrier
by Flavio Leitner
· 12 years ago
675b804
team: ab: set active port option as changed when port is leaving
by Jiri Pirko
· 12 years ago
c3969d80
team: move netlink event notifiers after team_port_leave()
by Jiri Pirko
· 12 years ago
d90f889
team: handle sending port list in the same way option list is sent
by Jiri Pirko
· 12 years ago
513fe16
drivers/net/team: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
3066af5
team: use strlcpy with ethtool_drvinfo fields
by Flavio Leitner
· 12 years ago
b1cc985
team: remove usage of netdev_set_master()
by Jiri Pirko
· 12 years ago
15c6ff3
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
by Jiri Pirko
· 12 years ago
06a7fc4
team: update master carrier state
by Flavio Leitner
· 12 years ago
7f51c58
team: add ethtool support
by Flavio Leitner
· 12 years ago
4cafe37
team: implement carrier change
by Flavio Leitner
· 12 years ago
3ed7147
team: fix hw_features setup
by Jiri Pirko
· 12 years ago
403f43c
team: bcast: convert return value of team_dev_queue_xmit() to bool correctly
by Jiri Pirko
· 12 years ago
b3c581d
team: set qdisc_tx_busylock to avoid LOCKDEP splat
by Eric Dumazet
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
a326e6d
team: fix return value check
by Wei Yongjun
· 12 years ago
0b121fd
team: send port changed when added
by Jiri Pirko
· 12 years ago
10f3f51
team: send port changed when added
by Jiri Pirko
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
2c33bb3
team: do not allow to add VLAN challenged port when vlan is used
by Jiri Pirko
· 12 years ago
0c7517e
team: don't print warn message on -ESRCH during event send
by Jiri Pirko
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
1d76efe
team: add support for non-ethernet devices
by Jiri Pirko
· 12 years ago
47be03a2
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
by Amerigo Wang
· 12 years ago
8ff5105
team: add support for queue override by setting queue_id for port
by Jiri Pirko
· 12 years ago
a86fc6b
team: add per port priority option
by Jiri Pirko
· 12 years ago
6982163
team: add signed 32-bit team option type
by Jiri Pirko
· 12 years ago
3324d02
team: init error value to 0 in team_netpoll_setup()
by Jiri Pirko
· 12 years ago
Next »