index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Commit message (
Expand
)
Author
Age
Files
Lines
*
bridge: fix multicast router rlist endless loop
Nikolay Aleksandrov
2015-06-10
1
-4
/
+3
*
bridge: disable softirqs around br_fdb_update to avoid lockup
Nikolay Aleksandrov
2015-06-07
1
-0
/
+2
*
Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup"
David S. Miller
2015-06-07
1
-2
/
+2
*
bridge: use _bh spinlock variant for br_fdb_update to avoid lockup
Wilson Kok
2015-06-07
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-06-01
1
-4
/
+0
|
\
|
*
Revert "netfilter: ensure number of counters is >0 in do_replace()"
Bernhard Thaler
2015-06-01
1
-4
/
+0
*
|
bridge: fix br_multicast_query_expired() bug
Eric Dumazet
2015-05-30
1
-1
/
+1
|
/
*
bridge: fix lockdep splat
Eric Dumazet
2015-05-22
1
-0
/
+2
*
bridge: fix parsing of MLDv2 reports
Thadeu Lima de Souza Cascardo
2015-05-22
1
-1
/
+1
*
Revert "netfilter: bridge: query conntrack about skb dnat"
Florian Westphal
2015-05-20
1
-18
/
+9
*
netfilter: ensure number of counters is >0 in do_replace()
Dave Jones
2015-05-20
1
-0
/
+4
*
bridge/nl: remove wrong use of NLM_F_MULTI
Nicolas Dichtel
2015-04-29
2
-3
/
+3
*
bridge/mdb: remove wrong use of NLM_F_MULTI
Nicolas Dichtel
2015-04-29
1
-1
/
+1
*
netfilter: nf_tables: switch registers to 32 bit addressing
Patrick McHardy
2015-04-13
1
-1
/
+1
*
netfilter: nf_tables: add register parsing/dumping helpers
Patrick McHardy
2015-04-13
1
-1
/
+1
*
netfilter: nf_tables: convert expressions to u32 register pointers
Patrick McHardy
2015-04-13
1
-2
/
+2
*
netfilter: nf_tables: get rid of NFT_REG_VERDICT usage
Patrick McHardy
2015-04-13
2
-7
/
+7
*
netfilter: nf_tables: kill nft_validate_output_register()
Patrick McHardy
2015-04-13
1
-11
/
+2
*
netfilter: nf_tables: rename nft_validate_data_load()
Patrick McHardy
2015-04-13
1
-2
/
+2
*
netfilter: nf_tables: validate len in nft_validate_data_load()
Patrick McHardy
2015-04-13
1
-1
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2015-04-09
1
-52
/
+92
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
2015-04-08
10
-104
/
+95
|
|
\
|
*
|
netfilter: bridge: make BRNF_PKT_TYPE flag a bool
Florian Westphal
2015-04-08
1
-9
/
+9
|
*
|
netfilter: bridge: start splitting mask into public/private chunks
Florian Westphal
2015-04-08
1
-4
/
+11
|
*
|
netfilter: bridge: add and use nf_bridge_info_get helper
Florian Westphal
2015-04-08
1
-8
/
+16
|
*
|
netfilter: bridge: don't use nf_bridge_info data to store mac header
Florian Westphal
2015-04-08
1
-29
/
+41
|
*
|
netfilter: bridge: really save frag_max_size between PRE and POST_ROUTING
Florian Westphal
2015-04-02
1
-2
/
+15
*
|
|
netfilter: Fix switch statement warnings with recent gcc.
David Miller
2015-04-08
1
-0
/
+2
|
|
/
|
/
|
*
|
netfilter: Pass socket pointer down through okfn().
David Miller
2015-04-07
6
-43
/
+56
*
|
netfilter: Pass nf_hook_state through nft_set_pktinfo*().
David S. Miller
2015-04-04
1
-13
/
+11
*
|
netfilter: Make nf_hookfn use nf_hook_state.
David S. Miller
2015-04-04
4
-52
/
+32
*
|
dev: introduce dev_get_iflink()
Nicolas Dichtel
2015-04-02
1
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2015-03-23
1
-9
/
+39
|
\
|
*
netfilter: bridge: kill nf_bridge_pad
Florian Westphal
2015-03-22
1
-0
/
+12
|
*
netfilter: bridge: remove BRNF_STATE_BRIDGED flag
Florian Westphal
2015-03-16
1
-3
/
+6
|
*
netfilter: bridge: query conntrack about skb dnat
Florian Westphal
2015-03-16
1
-6
/
+21
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-20
1
-0
/
+2
|
\
\
|
*
|
bridge: reset bridge mtu after deleting an interface
Venkat Venkatsubra
2015-03-14
1
-0
/
+2
*
|
|
bridge: add ageing_time, stp_state, priority over netlink
Jörg Thalheim
2015-03-18
1
-1
/
+31
|
|
/
|
/
|
*
|
netfilter: bridge: use rcu hook to resolve br_netfilter dependency
Pablo Neira Ayuso
2015-03-10
3
-8
/
+18
*
|
netfilter: fix sparse warnings in reject handling
Florian Westphal
2015-03-10
1
-1
/
+1
*
|
net: Remove protocol from struct dst_ops
Eric W. Biederman
2015-03-09
1
-1
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2015-03-09
5
-29
/
+147
|
\
\
|
*
|
netfilter: bridge: move DNAT helper to br_netfilter
Pablo Neira Ayuso
2015-03-09
3
-4
/
+38
|
*
|
netfilter: bridge: refactor conditional in br_nf_dev_queue_xmit
Florian Westphal
2015-03-09
1
-3
/
+6
|
*
|
netfilter: bridge: move nf_bridge_update_protocol to where its used
Florian Westphal
2015-03-09
1
-0
/
+8
|
*
|
bridge: move mac header copying into br_netfilter
Florian Westphal
2015-03-09
2
-4
/
+29
|
*
|
netfilter: bridge: rework reject handling
Florian Westphal
2015-03-03
1
-18
/
+66
*
|
|
bridge: Extend Proxy ARP design to allow optional rules for Wi-Fi
Jouni Malinen
2015-03-05
5
-8
/
+20
*
|
|
bridge: fix bridge netlink RCU usage
Johannes Berg
2015-03-04
1
-6
/
+8
[next]