Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5e049fce368dfe07702c3664add9ae7b45df1a9a
/
net
/
bridge
/
br_netlink.c
1fb1754
bridge: use br_port_get_rtnl within rtnl lock
by Hong Zhiguo
· 11 years ago
ef40b7e
bridge: Use the correct bit length for bitmap functions in the VLAN code
by Toshiaki Makita
· 11 years ago
867a594
bridge: Add a flag to control unicast packet flood.
by Vlad Yasevich
· 11 years ago
9ba1889
bridge: Add flag to control mac learning.
by Vlad Yasevich
· 11 years ago
c60ee67
bridge: remove unused variable ifm
by Hong zhi guo
· 12 years ago
7b99a99
bridge: avoid br_ifinfo_notify when nothing changed
by Hong zhi guo
· 12 years ago
6181659
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
3d84fa9
bridge: Add support for setting BR_ROOT_BLOCK flag.
by Vlad Yasevich
· 12 years ago
74694e7
bridge: using for_each_set_bit to simplify the code
by Wei Yongjun
· 12 years ago
3da889b
bridge: reserve space for IFLA_BRPORT_FAST_LEAVE
by stephen hemminger
· 12 years ago
15004ca
bridge: make ifla_br_policy and br_af_ops static
by Cong Wang
· 12 years ago
35e03f3
bridge: Separate egress policy bitmap
by Vlad Yasevich
· 12 years ago
552406c
bridge: Add the ability to configure pvid
by Vlad Yasevich
· 12 years ago
6cbdcee
bridge: Dump vlan information from a bridge port
by Vlad Yasevich
· 12 years ago
407af32
bridge: Add netlink interface to configure vlans on bridge ports
by Vlad Yasevich
· 12 years ago
4b87f92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
3ec8e9f
bridge: Correctly unregister MDB rtnetlink handlers
by Vlad Yasevich
· 12 years ago
576eb62
bridge: respect RFC2863 operational state
by stephen hemminger
· 12 years ago
6323315
bridge: Do not unregister all PF_BRIDGE rtnl operations
by Vlad Yasevich
· 12 years ago
2062cc2
bridge: make buffer larger in br_setlink()
by Dan Carpenter
· 12 years ago
c2d3bab
bridge: implement multicast fast leave
by David S. Miller
· 12 years ago
b51642f
net: Enable a userns root rtnl calls that are safe for unprivilged users
by Eric W. Biederman
· 12 years ago
dfc47ef
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
by Eric W. Biederman
· 12 years ago
1007dd1
bridge: add root port blocking
by stephen hemminger
· 12 years ago
a2e01a6
bridge: implement BPDU blocking
by stephen hemminger
· 12 years ago
25c71c7
bridge: bridge port parameters over netlink
by stephen hemminger
· 12 years ago
2469ffd
net: set and query VEB/VEPA bridge mode via PF_BRIDGE
by John Fastabend
· 12 years ago
e5a55a8
net: create generic bridge ops
by John Fastabend
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
149ddd8
bridge: Assign rtnl_link_ops to bridge devices created via ioctl (v2)
by stephen hemminger
· 12 years ago
7716202
net: add generic PF_BRIDGE:RTM_ FDB hooks
by John Fastabend
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
2eb812e
bridge: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
b03b6dd
bridge: master device stuck in no-carrier state forever when in user-stp mode
by Vitalii Demianets
· 13 years ago
1ce5cce
bridge: fix hang on removal of bridge via netlink
by stephen hemminger
· 13 years ago
4ecb961
bridge: add notification over netlink when STP changes state
by stephen hemminger
· 13 years ago
c7ac867
rtnetlink: Compute and store minimum ifinfo dump size
by Greg Rose
· 13 years ago
e67f88d
net: dont hold rtnl mutex during netlink dump callbacks
by Eric Dumazet
· 14 years ago
bb900b2
bridge: allow creating bridge devices with netlink
by stephen hemminger
· 14 years ago
36fd2b6
bridge: allow creating/deleting fdb entries via netlink
by stephen hemminger
· 14 years ago
b078f0d
bridge: add netlink notification on forward entry changes
by stephen hemminger
· 14 years ago
ec1e561
bridge: add RCU annotations to bridge port lookup
by Eric Dumazet
· 14 years ago
b5ed54e
bridge: fix RCU races with bridge port
by stephen hemminger
· 14 years ago
f350a0a8
bridge: use rx_handler_data pointer to store net_bridge_port pointer
by Jiri Pirko
· 14 years ago
28a16c9
bridge: change console message interface
by stephen hemminger
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
1ce85fe
netlink: change nlmsg_notify() return value logic
by Pablo Neira Ayuso
· 16 years ago
4aa678b
netns bridge: allow bridges in netns!
by Alexey Dobriyan
· 16 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
97c53ca
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
by Denis V. Lunev
· 17 years ago
b854272
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
by Denis V. Lunev
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
6313c1e
[RTNETLINK]: Remove unnecessary locking in dump callbacks
by Patrick McHardy
· 18 years ago
9cde070
bridge: add support for user mode STP
by Stephen Hemminger
· 18 years ago
32fe21c
[BRIDGE]: Use rtnl registration interface
by Thomas Graf
· 18 years ago
2693256
[NETLINK]: Don't BUG on undersized allocations
by Patrick McHardy
· 18 years ago
7468596
[BRIDGE] netlink: Convert bridge netlink code to new netlink interface
by Thomas Graf
· 18 years ago
339bf98
[NETLINK]: Do precise netlink message allocations where possible
by Thomas Graf
· 18 years ago
280a306
[BRIDGE]: Convert notifications to use rtnl_notify()
by Thomas Graf
· 18 years ago
bea1b42
[BRIDGE]: netlink status fix
by Stephen Hemminger
· 18 years ago
69ee20a
[BRIDGE]: br_dump_ifinfo index fix
by Andrey Savochkin
· 18 years ago
11dc1f3
[BRIDGE]: netlink interface for link management
by Stephen Hemminger
· 18 years ago