Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cfc2bb32b31371d6bffc6bf2da3548f20ad48c83
/
net
/
bridge
49499c3
netfilter: nf_tables: switch registers to 32 bit addressing
by Patrick McHardy
· 10 years ago
b1c96ed
netfilter: nf_tables: add register parsing/dumping helpers
by Patrick McHardy
· 10 years ago
fad136e
netfilter: nf_tables: convert expressions to u32 register pointers
by Patrick McHardy
· 10 years ago
a55e22e
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
by Patrick McHardy
· 10 years ago
27e6d20
netfilter: nf_tables: kill nft_validate_output_register()
by Patrick McHardy
· 10 years ago
1ec1021
netfilter: nf_tables: rename nft_validate_data_load()
by Patrick McHardy
· 10 years ago
45d9bcd
netfilter: nf_tables: validate len in nft_validate_data_load()
by Patrick McHardy
· 10 years ago
ca69d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
c1f8667
netfilter: Fix switch statement warnings with recent gcc.
by David Miller
· 10 years ago
aadd51a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 10 years ago
a1e6795
netfilter: bridge: make BRNF_PKT_TYPE flag a bool
by Florian Westphal
· 10 years ago
3eaf402
netfilter: bridge: start splitting mask into public/private chunks
by Florian Westphal
· 10 years ago
3833078
netfilter: bridge: add and use nf_bridge_info_get helper
by Florian Westphal
· 10 years ago
e70deec
netfilter: bridge: don't use nf_bridge_info data to store mac header
by Florian Westphal
· 10 years ago
7026b1d
netfilter: Pass socket pointer down through okfn().
by David Miller
· 10 years ago
073bfd5
netfilter: Pass nf_hook_state through nft_set_pktinfo*().
by David S. Miller
· 10 years ago
238e54c
netfilter: Make nf_hookfn use nf_hook_state.
by David S. Miller
· 10 years ago
a54acb3
dev: introduce dev_get_iflink()
by Nicolas Dichtel
· 10 years ago
0b67c43
netfilter: bridge: really save frag_max_size between PRE and POST_ROUTING
by Florian Westphal
· 10 years ago
40451fd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
8d04516
netfilter: bridge: kill nf_bridge_pad
by Florian Westphal
· 10 years ago
0fa74a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
af61576
bridge: add ageing_time, stp_state, priority over netlink
by Jörg Thalheim
· 10 years ago
e4bb9bc
netfilter: bridge: remove BRNF_STATE_BRIDGED flag
by Florian Westphal
· 10 years ago
c055d5b
netfilter: bridge: query conntrack about skb dnat
by Florian Westphal
· 10 years ago
4c906c2
bridge: reset bridge mtu after deleting an interface
by Venkat Venkatsubra
· 10 years ago
1a4ba64
netfilter: bridge: use rcu hook to resolve br_netfilter dependency
by Pablo Neira Ayuso
· 10 years ago
a03a8db
netfilter: fix sparse warnings in reject handling
by Florian Westphal
· 10 years ago
ddb3b60
net: Remove protocol from struct dst_ops
by Eric W. Biederman
· 10 years ago
5428aef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
e5de75b
netfilter: bridge: move DNAT helper to br_netfilter
by Pablo Neira Ayuso
· 10 years ago
7a8d831
netfilter: bridge: refactor conditional in br_nf_dev_queue_xmit
by Florian Westphal
· 10 years ago
4a9d2f2
netfilter: bridge: move nf_bridge_update_protocol to where its used
by Florian Westphal
· 10 years ago
8bd63cf
bridge: move mac header copying into br_netfilter
by Florian Westphal
· 10 years ago
842a9ae
bridge: Extend Proxy ARP design to allow optional rules for Wi-Fi
by Jouni Malinen
· 10 years ago
2f56f6b
bridge: fix bridge netlink RCU usage
by Johannes Berg
· 10 years ago
71a83a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
71e168b
net: bridge: add compile-time assert for cb struct size
by Florian Westphal
· 10 years ago
72500bc
netfilter: bridge: rework reject handling
by Florian Westphal
· 10 years ago
fed0a15
bridge: fix link notification skb size calculation to include vlan ranges
by Roopa Prabhu
· 10 years ago
b7853d7
bridge: add vlan info to bridge setlink and dellink notification messages
by Roopa Prabhu
· 10 years ago
9672723
bridge: netfilter: Move sysctl-specific error code inside #ifdef
by Geert Uytterhoeven
· 10 years ago
2573bee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
25d3b49
bridge: Fix inability to add non-vlan fdb entry
by Toshiaki Makita
· 10 years ago
1fd0bdd
bridge: add missing bridge port check for offloads
by Roopa Prabhu
· 10 years ago
6e03f89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
3fcf901
Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the aging"
by David S. Miller
· 10 years ago
9a05dde
bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the aging
by Siva Mannem
· 10 years ago
68e331c
bridge: offload bridge port attributes to switch asic if feature flag set
by Roopa Prabhu
· 10 years ago
add511b
bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink
by Roopa Prabhu
· 10 years ago
207895f
net: mark some potential candidates __read_mostly
by Daniel Borkmann
· 10 years ago
1b846f9
bridge: simplify br_getlink() a bit
by Dan Carpenter
· 10 years ago
8db0a2e
net: bridge: reject DSA-enabled master netdevices as bridge members
by Florian Fainelli
· 10 years ago
75e8d06
netfilter: nf_tables: validate hooks in NAT expressions
by Pablo Neira Ayuso
· 10 years ago
053c095
netlink: make nlmsg_end() and genlmsg_end() void
by Johannes Berg
· 10 years ago
3aeb661
net: replace br_fdb_external_learn_* calls with switchdev notifier events
by Jiri Pirko
· 10 years ago
02dba43
bridge: fix setlink/dellink notifications
by Roopa Prabhu
· 10 years ago
12d8725
bridge: use MDBA_SET_ENTRY_MAX for maxtype in nlmsg_parse()
by Nicolas Dichtel
· 10 years ago
3f3558b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
d92cfdb
bridge: only provide proxy ARP when CONFIG_INET is enabled
by Arnd Bergmann
· 10 years ago
df8a39d
net: rename vlan_tx_* helpers since "tx" is misleading there
by Jiri Pirko
· 10 years ago
0fe6de4
bridge: fix uninitialized variable warning
by Roopa Prabhu
· 10 years ago
36cd0ff
bridge: new function to pack vlans into ranges during gets
by Roopa Prabhu
· 10 years ago
bdced7e
bridge: support for multiple vlans and vlan ranges in setlink and dellink requests
by Roopa Prabhu
· 10 years ago
f902e88
bridge: Add ability to enable TSO
by Toshiaki Makita
· 10 years ago
6cb6974
net: Do not call ndo_dflt_fdb_dump if ndo_fdb_dump is defined
by Hubert Sokolowski
· 10 years ago
244ebd9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
065c212
bridge: move private brport flags to if_bridge.h so port drivers can use flags
by Scott Feldman
· 10 years ago
cf6b8e1
bridge: add API to notify bridge driver of learned FBD on offloaded device
by Scott Feldman
· 10 years ago
38dcf35
bridge: call netdev_sw_port_stp_update when bridge port STP status changes
by Scott Feldman
· 10 years ago
f6f6424
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
by Jiri Pirko
· 10 years ago
93859b1
bridge: convert flags in fbd entry into bitfields
by Jiri Pirko
· 10 years ago
020ec6b
bridge: rename fdb_*_hw to fdb_*_hw_addr to avoid confusion
by Jiri Pirko
· 10 years ago
60b7379
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
1b63d4b
netfilter: nf_tables_bridge: set the pktinfo for IPv4/IPv6 traffic
by Alvaro Neira
· 10 years ago
68b0faa
netfilter: nf_tables_bridge: export nft_reject_ip*hdr_validate functions
by Alvaro Neira
· 10 years ago
6f705d8
bridge: Add missing policy entry for IFLA_BRPORT_FAST_LEAVE
by Thomas Graf
· 10 years ago
958d03b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
1459143
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
62749e2
vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
by Jiri Pirko
· 10 years ago
f0b4eec
bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queries
by Linus Lüssing
· 10 years ago
5676864
netfilter: fix various sparse warnings
by Florian Westphal
· 10 years ago
4e84b49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
c1207c0
netfilter: nft_reject_bridge: Fix powerpc build error
by Guenter Roeck
· 10 years ago
55b42b5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
127917c
netfilter: nft_reject_bridge: restrict reject to prerouting and input
by Pablo Neira Ayuso
· 10 years ago
523b929
netfilter: nft_reject_bridge: don't use IP stack to reject traffic
by Pablo Neira Ayuso
· 10 years ago
4d87716
netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routing
by Pablo Neira Ayuso
· 10 years ago
9585011
bridge: Add support for IEEE 802.11 Proxy ARP
by Kyeyoon Park
· 10 years ago
7677e86
bridge: Do not compile options in br_parse_ip_options
by Herbert Xu
· 10 years ago
64b1f00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
93fdd47
bridge: Save frag_max_size between PRE_ROUTING and POST_ROUTING
by Herbert Xu
· 10 years ago
61b37d2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
5be5a2d
bridge: Add filtering support for default_pvid
by Vlad Yasevich
· 10 years ago
3df6bf4
bridge: Simplify pvid checks.
by Vlad Yasevich
· 10 years ago
96a20d9
bridge: Add a default_pvid sysfs attribute
by Vlad Yasevich
· 10 years ago
4b7fd5d
netfilter: explicit module dependency between br_netfilter and physdev
by Pablo Neira Ayuso
· 10 years ago
36d2af5
netfilter: nf_tables: allow to filter from prerouting and postrouting
by Pablo Neira Ayuso
· 10 years ago
51b0a5d
netfilter: nft_reject: introduce icmp code abstraction for inet and bridge
by Pablo Neira Ayuso
· 10 years ago
775dd69
net: bridge: add a br_set_state helper function
by Florian Fainelli
· 10 years ago
Next »