Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d686d12d23ae1a6a5a52ad2f794f3955985fd54d
/
net
/
bridge
e8238fc
bridge: check iface upper dev when setting master via ioctl
by Hangbin Liu
· 7 years ago
3f1e53a
netfilter: ebtables: don't attempt to allocate 0-sized compat array
by Florian Westphal
· 7 years ago
804b854
net: bridge: disable bridge MTU auto tuning if it was set manually
by Nikolay Aleksandrov
· 7 years ago
f40aa23
net: bridge: set min MTU on port events and allow user to set max
by Nikolay Aleksandrov
· 7 years ago
d162190
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
02c7b25
netfilter: nf_tables: build-in filter chain type
by Pablo Neira Ayuso
· 7 years ago
cc07eeb
netfilter: nf_tables: nft_register_chain_type() returns void
by Pablo Neira Ayuso
· 7 years ago
32537e9
netfilter: nf_tables: rename struct nf_chain_type
by Pablo Neira Ayuso
· 7 years ago
9124a20
netfilter: ebt_stp: Use generic functions for comparisons
by Joe Perches
· 7 years ago
39c202d2
netfilter: ebtables: Add support for specifying match revision
by Bernie Harris
· 7 years ago
2f635ce
net: Drop pernet_operations::async
by Kirill Tkhai
· 7 years ago
d644406
net: Use octal not symbolic permissions
by Joe Perches
· 7 years ago
82792a0
net: bridge: fix direct access to bridge vlan_enabled and use helper
by Nikolay Aleksandrov
· 7 years ago
419d14a
bridge: Allow max MTU when multiple VLANs present
by Chas Williams
· 7 years ago
03fe2de
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
78d9f4d
netfilter: ebtables: add support for matching IGMP type
by Matthias Schiffer
· 7 years ago
5adc166
netfilter: ebtables: add support for matching ICMP type and code
by Matthias Schiffer
· 7 years ago
d72133e
netfilter: ebtables: use ADD_COUNTER macro
by Taehee Yoo
· 7 years ago
c8d70a7
netfilter: bridge: ebt_among: add more missing match size checks
by Florian Westphal
· 7 years ago
932909d
netfilter: ebtables: fix erroneous reject of last rule
by Florian Westphal
· 7 years ago
0f3e9c9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
9782a11
netfilter: compat: prepare xt_compat_init_offsets to return errors
by Florian Westphal
· 7 years ago
3822034
net: Convert log pernet_operations
by Kirill Tkhai
· 7 years ago
ec012f3
net: Convert broute_net_ops, frame_filter_net_ops and frame_nat_net_ops
by Kirill Tkhai
· 7 years ago
4a0c719
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
7ca9e67
net: Convert brnf_net_ops
by Kirill Tkhai
· 7 years ago
3cec5fb
net: Convert br_net_ops
by Kirill Tkhai
· 7 years ago
0e5a82e
bridge: Fix VLAN reference count problem
by Ido Schimmel
· 7 years ago
2412d89
netfilter: increase IPSTATS_MIB_CSUMERRORS stat
by Taehee Yoo
· 7 years ago
b718121
netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
by Florian Westphal
· 7 years ago
fc6a5d0
netfilter: ebtables: convert BUG_ONs to WARN_ONs
by Florian Westphal
· 7 years ago
c4585a2
netfilter: bridge: ebt_among: add missing match size checks
by Florian Westphal
· 7 years ago
943a0d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
7ecbf10
netfilter: bridge: use pr ratelimiting
by Florian Westphal
· 7 years ago
1b12580
bridge: check brport attr show in brport_show
by Xin Long
· 7 years ago
367dc65
net: bridge: Fix uninitialized error in br_fdb_sync_static()
by Geert Uytterhoeven
· 7 years ago
03aaa9e
bridge: return boolean instead of integer in br_multicast_is_router
by Gustavo A. R. Silva
· 7 years ago
e553116
netfilter: remove messages print and boot/module load time
by Pablo Neira Ayuso
· 7 years ago
98319cb
netfilter: nf_tables: get rid of struct nft_af_info abstraction
by Pablo Neira Ayuso
· 7 years ago
dd4cbef
netfilter: nf_tables: get rid of pernet families
by Pablo Neira Ayuso
· 7 years ago
fe19c04
netfilter: nf_tables: remove nhooks field from struct nft_af_info
by Pablo Neira Ayuso
· 7 years ago
b3a6125
netfilter: remove struct nf_afinfo and its helper functions
by Pablo Neira Ayuso
· 7 years ago
ce388f4
netfilter: move reroute indirection to struct nf_ipv6_ops
by Pablo Neira Ayuso
· 7 years ago
3f87c08
netfilter: move route indirection to struct nf_ipv6_ops
by Pablo Neira Ayuso
· 7 years ago
7db9a51
netfilter: remove saveroute indirection in struct nf_afinfo
by Pablo Neira Ayuso
· 7 years ago
f7dcbe2
netfilter: move checksum_partial indirection to struct nf_ipv6_ops
by Pablo Neira Ayuso
· 7 years ago
ef71fe2
netfilter: move checksum indirection to struct nf_ipv6_ops
by Pablo Neira Ayuso
· 7 years ago
c2f9eaf
netfilter: nf_tables: remove hooks from family definition
by Pablo Neira Ayuso
· 7 years ago
c974a3a3
netfilter: nf_tables: remove multihook chains and families
by Pablo Neira Ayuso
· 7 years ago
7a4473a
netfilter: nf_tables: explicit nft_set_pktinfo() call from hook path
by Pablo Neira Ayuso
· 7 years ago
2a95183
netfilter: don't allocate space for arp/bridge hooks unless needed
by Florian Westphal
· 7 years ago
b0f3833
netfilter: reduce size of hook entry point locations
by Florian Westphal
· 7 years ago
fba961a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
223b229
bridge: Use helpers to handle MAC address
by Andy Shevchenko
· 7 years ago
84aeb43
net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaks
by Nikolay Aleksandrov
· 7 years ago
eb79358
net: bridge: use rhashtable for fdbs
by Nikolay Aleksandrov
· 7 years ago
c1c502b
net: use rtnl_register_module where needed
by Florian Westphal
· 7 years ago
0f6c480
xfrm: Move dst->path into struct xfrm_dst
by David Miller
· 7 years ago
fbec443
net: bridge: add vlan_tunnel to bridge port policies
by Nikolay Aleksandrov
· 7 years ago
47d5b6d
net: bridge: Add/del switchdev object on host join/leave
by Andrew Lunn
· 7 years ago
2a26028
net: bridge: Send notification when host join/leaves a group
by Andrew Lunn
· 7 years ago
ff0fd34
net: bridge: Rename mglist to host_joined
by Andrew Lunn
· 7 years ago
2eb3ed3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
9912156
netfilter: ebtables: clean up initialization of buf
by Colin Ian King
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1a3deb1
net: bridge: Convert timers to use timer_setup()
by Allen Pais
· 7 years ago
88c1f37
net: bridge: Convert timers to use timer_setup()
by Allen Pais
· 7 years ago
0542872
net: Define eth_stp_addr in linux/etherdevice.h
by Egil Hjelmeland
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
9289906
net: bridge: add notifications for the bridge dev on vlan change
by Nikolay Aleksandrov
· 7 years ago
1a3fbd3
net: bridge: add neigh_suppress to bridge port policies
by Nikolay Aleksandrov
· 7 years ago
f418af6
bridge: vlan: signal if anything changed on vlan add
by Nikolay Aleksandrov
· 7 years ago
e19b42a
bridge: netlink: make setlink/dellink notifications more accurate
by Nikolay Aleksandrov
· 7 years ago
fbb85b3
bridge: remove rtmsg_ifinfo called in add_del_if
by Xin Long
· 7 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
66c5451
net: bridge: fix returning of vlan range op errors
by Nikolay Aleksandrov
· 7 years ago
d93fa2b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
0912bda
net: bridge: Export bridge multicast router state
by Yotam Gigi
· 7 years ago
7704142
net: bridge: Notify on bridge device mrouter state changes
by Yotam Gigi
· 7 years ago
ed842fa
bridge: suppress nd pkts on BR_NEIGH_SUPPRESS ports
by Roopa Prabhu
· 7 years ago
057658c
bridge: suppress arp pkts on BR_NEIGH_SUPPRESS ports
by Roopa Prabhu
· 7 years ago
821f1b2
bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd flood
by Roopa Prabhu
· 7 years ago
ca752be
net: bridge: Pass extack to down to netdev_master_upper_dev_link
by David Ahern
· 7 years ago
42ab19e
net: Add extack to upper device linking
by David Ahern
· 7 years ago
33eaf2a
net: Add extack to ndo_add_slave
by David Ahern
· 7 years ago
e6b72ee
netfilter: ebtables: fix race condition in frame_filter_net_init()
by Artem Savkov
· 7 years ago
5af48b5
net: bridge: add per-port group_fwd_mask with less restrictions
by Nikolay Aleksandrov
· 7 years ago
8701352
bridge: trigger RTM_NEWLINK when interface is modified by bridge ioctl
by Vincent Bernat
· 7 years ago
eccaa9e
Revert "bridge: also trigger RTM_NEWLINK when interface is released from bridge"
by David S. Miller
· 7 years ago
00ba4cb
bridge: also trigger RTM_NEWLINK when interface is released from bridge
by Vincent Bernat
· 7 years ago
f1c2edd
bridge: switchdev: Use an helper to clear forward mark
by Ido Schimmel
· 7 years ago
9efdb14
net: Remove CONFIG_NETFILTER_DEBUG and _ASSERT() macros.
by Varsha Rao
· 7 years ago
b63f604
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
6026e04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
79e99bd
bridge: switchdev: Clear forward mark when transmitting packet
by Ido Schimmel
· 7 years ago
e3cfddd
bridge: add tracepoint in br_fdb_update
by Roopa Prabhu
· 7 years ago
b74fd30
bridge: fdb add and delete tracepoints
by Roopa Prabhu
· 7 years ago
ef9a5a6
bridge: check for null fdb->dst before notifying switchdev drivers
by Roopa Prabhu
· 7 years ago
eb73dde
bridge: make ebt_table const
by Bhumika Goyal
· 7 years ago
960632e
netfilter: convert hook list to an array
by Aaron Conole
· 7 years ago
Next »