Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0f09071279b2e5c2ebffa9b60375c52aee576c61
/
net
/
bridge
13378a1
net: bridge: enfore alignment for ethernet address
by Thomas Martitz
· 4 years, 4 months ago
1e74500
bridge: Avoid infinite loop when suppressing NS messages with invalid options
by Ido Schimmel
· 4 years, 5 months ago
f7d8095
netfilter: nft_reject_bridge: enable reject with bridge vlan
by Michael Braun
· 4 years, 6 months ago
909021a
netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last rule
by Florian Westphal
· 6 years ago
221569d
bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTER
by Roopa Prabhu
· 6 years ago
8bf95f2
net: add bool confirm_neigh parameter for dst_ops.update_pmtu
by Hangbin Liu
· 4 years, 11 months ago
2ad86af
netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()
by Eric Dumazet
· 5 years ago
751e255
netfilter: ebtables: compat: reject all padding in matches/watchers
by Florian Westphal
· 5 years ago
bb168eb
net: bridge: deny dev_set_mac_address() when unregistering
by Nikolay Aleksandrov
· 5 years ago
c5b0bbe
bridge: ebtables: don't crash when using dnat target in output chains
by Florian Westphal
· 5 years ago
a4fa6c6
netfilter: ebtables: Fix argument order to ADD_COUNTER
by Todd Seidelmann
· 5 years ago
f57fd58
bridge/mdb: remove wrong use of NLM_F_MULTI
by Nicolas Dichtel
· 5 years ago
71305e8e
netfilter: ebtables: fix a memory leak bug in compat
by Wenwen Wang
· 5 years ago
cef0e9e
netfilter: ebtables: also count base chain policies
by Florian Westphal
· 5 years ago
a19d4e3
net: bridge: mcast: don't delete permanent entries when fast leave is enabled
by Nikolay Aleksandrov
· 5 years ago
639239b
net: bridge: delete local fdb on device init failure
by Nikolay Aleksandrov
· 5 years ago
b72fb8d
net: bridge: stp: don't cache eth dest pointer before skb pull
by Nikolay Aleksandrov
· 5 years ago
7870184
net: bridge: don't cache ether dest pointer on input
by Nikolay Aleksandrov
· 5 years ago
41a8df7
net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 query
by Nikolay Aleksandrov
· 5 years ago
caf4488
net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handling
by Nikolay Aleksandrov
· 5 years ago
a79feef
bridge: Fix error path for kobject_init_and_add()
by Tobin C. Harding
· 5 years ago
a5374a3
netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTING
by Xin Long
· 6 years ago
f7dc13d
netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON
by Florian Westphal
· 6 years ago
97fd88e
net: bridge: multicast: use rcu to access port list from br_multicast_start_querier
by Nikolay Aleksandrov
· 6 years ago
08b0b4f
net: bridge: fix per-port af_packet sockets
by Nikolay Aleksandrov
· 6 years ago
2e6bcc3
netfilter: physdev: relax br_netfilter dependency
by Florian Westphal
· 6 years ago
35cdcdc
netfilter: ebtables: remove BUGPRINT messages
by Florian Westphal
· 6 years ago
3355d64
netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are present
by Florian Westphal
· 6 years ago
6ecc740
Revert "bridge: do not add port to router list when receives query with source 0.0.0.0"
by Hangbin Liu
· 6 years ago
4799417
net: bridge: Mark FDB entries that were added by user as such
by Ido Schimmel
· 6 years ago
40f2f08
net: Fix usage of pskb_trim_rcsum
by Ross Lagerwall
· 6 years ago
e287968
net: bridge: Fix ethernet header pointer before check skb forwardable
by Yunjian Wang
· 6 years ago
1831448
net: clear skb->tstamp in bridge forwarding path
by Paolo Abeni
· 6 years ago
2663bcb
netfilter: ebtables: account ebt_table_info to kmemcg
by Shakeel Butt
· 6 years ago
54cbcff
net: bridge: fix a bug on using a neighbour cache entry without checking its state
by JianJhen Chen
· 6 years ago
c681970
net: bridge: remove ipv6 zero address check in mcast queries
by Nikolay Aleksandrov
· 6 years ago
0f216d9
bridge: do not add port to router list when receives query with source 0.0.0.0
by Hangbin Liu
· 6 years ago
a173f06
netfilter: bridge: Don't sabotage nf_hook calls from an l3mdev
by David Ahern
· 6 years ago
9c2e955
net/bridge/br_multicast: remove redundant variable "err"
by zhong jiang
· 6 years ago
94276fa
netfilter: bridge: Expose nf_tables bridge hook priorities through uapi
by Máté Eckl
· 6 years ago
2756f68
net: bridge: add support for backup port
by Nikolay Aleksandrov
· 6 years ago
a5f3ea5
net: bridge: add support for raw sysfs port options
by Nikolay Aleksandrov
· 6 years ago
705e0de
bridge: make sure objects belong to container's owner
by Tyler Hicks
· 6 years ago
6542df2
netfilter: nft_reject_bridge: remove unnecessary ttl set
by Taehee Yoo
· 6 years ago
9215310
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 6 years ago
a08ce73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
873aca2
net: bridge: Fix locking in br_fdb_find_port()
by Petr Machata
· 6 years ago
c568503
netfilter: x_tables: initialise match/target check parameter struct
by Florian Westphal
· 6 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
8b5c6a3
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 6 years ago
11ff728
netfilter: ebtables: reject non-bridge targets
by Florian Westphal
· 6 years ago
9e8c8da
netfilter: ebtables: fix compat entry padding
by Alin Nastac
· 6 years ago
0cafa39
netfilter: nft_reject_bridge: fix skb allocation size in nft_reject_br_send_v6_unreach
by Taehee Yoo
· 6 years ago
9c54aeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
9c86ce2
net: bridge: Notify about bridge VLANs
by Petr Machata
· 6 years ago
dbd6dc7
net: bridge: Extract br_vlan_add_existing()
by Petr Machata
· 6 years ago
d66e434
net: bridge: Extract boilerplate around switchdev_port_obj_*()
by Petr Machata
· 6 years ago
7d850ab
net: bridge: add support for port isolation
by Nikolay Aleksandrov
· 6 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
94c752f
netfilter: ebtables: handle string from userspace with care
by Paolo Abeni
· 7 years ago
cdfb6b3
audit: use inline function to get audit context
by Richard Guy Briggs
· 6 years ago
4f6b15c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
2b18d79
net: bridge: Allow bridge master in br_vlan_get_info()
by Petr Machata
· 6 years ago
a499568
netfilter: bridge: stp fix reference to uninitialized data
by Stephen Hemminger
· 7 years ago
9027887
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
a7b15ab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
161d82d
net: bridge: Notify about !added_by_user FDB entries
by Petr Machata
· 7 years ago
816a3be
switchdev: Add fdb.added_by_user to switchdev notifications
by Petr Machata
· 7 years ago
faa1cd8
net: bridge: avoid duplicate notification on up/down/change netdev events
by Nikolay Aleksandrov
· 7 years ago
4d4fd36
net: bridge: Publish bridge accessor functions
by Petr Machata
· 7 years ago
e8238fc
bridge: check iface upper dev when setting master via ioctl
by Hangbin Liu
· 7 years ago
d8fb164
bridge: use hlist_entry_safe
by YueHaibing
· 7 years ago
bd2bbdb
netfilter: merge meta_bridge into nft_meta
by Florian Westphal
· 7 years ago
a1d768f
netfilter: ebtables: add ebt_get_target and ebt_get_target_c
by Taehee Yoo
· 7 years ago
cd9a5a1
netfilter: ebtables: remove EBT_MATCH and EBT_NOMATCH
by Taehee Yoo
· 7 years ago
e4de6ea
netfilter: ebtables: add ebt_free_table_info function
by Taehee Yoo
· 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
Next »