summaryrefslogtreecommitdiffstats
path: root/net/bridge
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-151-2/+4
| | * | | | | netfilter: bridge: free nf_bridge info on xmitFlorian Westphal2015-05-141-2/+15
| | * | | | | netfilter: bridge: neigh_head and physoutdev can't be used at same timeFlorian Westphal2015-05-141-0/+2
| * | | | | | switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman2015-05-131-1/+1
| |/ / / / /
| * | | | | bridge: revert br_dellink change back to originalScott Feldman2015-05-121-10/+1
| * | | | | bridge: restore br_setlink back to originalScott Feldman2015-05-121-10/+1
| * | | | | switchdev: convert STP update to switchdev attr setScott Feldman2015-05-121-1/+5
| * | | | | switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko2015-05-123-16/+14
| * | | | | ebtables: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1
| * | | | | bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP framesBernhard Thaler2015-05-051-2/+2
| * | | | | net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-041-188/+30
| * | | | | bridge: multicast: call skb_checksum_{simple_, }validateLinus Lüssing2015-05-041-24/+4
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | netfilter: ebtables: fix comment grammarGeert Uytterhoeven2015-05-261-1/+1
* | | | | | bridge: fix multicast router rlist endless loopNikolay Aleksandrov2015-06-101-4/+3
| |_|_|_|/ |/| | | |
* | | | | bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov2015-06-071-0/+2
* | | | | Revert "bridge: use _bh spinlock variant for br_fdb_update to avoid lockup"David S. Miller2015-06-071-2/+2
* | | | | bridge: use _bh spinlock variant for br_fdb_update to avoid lockupWilson Kok2015-06-071-2/+2
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-06-011-4/+0
|\ \ \ \
| * | | | Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler2015-06-011-4/+0
| | |_|/ | |/| |
* | | | bridge: fix br_multicast_query_expired() bugEric Dumazet2015-05-301-1/+1
|/ / /
* | | bridge: fix lockdep splatEric Dumazet2015-05-221-0/+2
* | | bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo2015-05-221-1/+1
* | | Revert "netfilter: bridge: query conntrack about skb dnat"Florian Westphal2015-05-201-18/+9
* | | netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-201-0/+4
| |/ |/|
* | bridge/nl: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-292-3/+3
* | bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel2015-04-291-1/+1
* | netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-1/+1
* | netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy2015-04-131-1/+1
* | netfilter: nf_tables: convert expressions to u32 register pointersPatrick McHardy2015-04-131-2/+2
* | netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-132-7/+7
* | netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy2015-04-131-11/+2
* | netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy2015-04-131-2/+2
* | netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy2015-04-131-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-04-091-52/+92
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2015-04-0810-104/+95
| |\ \
| * | | netfilter: bridge: make BRNF_PKT_TYPE flag a boolFlorian Westphal2015-04-081-9/+9
| * | | netfilter: bridge: start splitting mask into public/private chunksFlorian Westphal2015-04-081-4/+11
| * | | netfilter: bridge: add and use nf_bridge_info_get helperFlorian Westphal2015-04-081-8/+16
| * | | netfilter: bridge: don't use nf_bridge_info data to store mac headerFlorian Westphal2015-04-081-29/+41
| * | | netfilter: bridge: really save frag_max_size between PRE and POST_ROUTINGFlorian Westphal2015-04-021-2/+15
* | | | netfilter: Fix switch statement warnings with recent gcc.David Miller2015-04-081-0/+2
| |/ / |/| |
* | | netfilter: Pass socket pointer down through okfn().David Miller2015-04-076-43/+56
* | | netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller2015-04-041-13/+11
* | | netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-044-52/+32
* | | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-021-2/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-03-231-9/+39
|\ \
| * | netfilter: bridge: kill nf_bridge_padFlorian Westphal2015-03-221-0/+12
| * | netfilter: bridge: remove BRNF_STATE_BRIDGED flagFlorian Westphal2015-03-161-3/+6
| * | netfilter: bridge: query conntrack about skb dnatFlorian Westphal2015-03-161-6/+21
OpenPOWER on IntegriCloud