index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2017-02-17
bridge: don't indicate expiry on NTF_EXT_LEARNED fdb entries
Roopa Prabhu
1
-1
/
+1
2017-02-17
bridge: vlan_tunnel: explicitly reset metadata attrs to NULL on failure
Roopa Prabhu
1
-0
/
+2
2017-02-14
bridge: fdb: converge fdb_delete_by functions into one
Nikolay Aleksandrov
1
-47
/
+15
2017-02-14
bridge: fdb: add proper lock checks in searching functions
Nikolay Aleksandrov
2
-0
/
+13
2017-02-14
bridge: fdb: converge fdb searching functions into one
Nikolay Aleksandrov
4
-70
/
+54
2017-02-10
switchdev: bridge: Offload mc router ports
Nogah Frankel
1
-0
/
+15
2017-02-10
bridge: mcast: Merge the mc router ports deletions to one function
Nogah Frankel
1
-15
/
+9
2017-02-10
switchdev: bridge: Offload multicast disabled
Nogah Frankel
1
-0
/
+16
2017-02-08
bridge: vlan tunnel id info range fill size calc cleanups
Roopa Prabhu
1
-18
/
+16
2017-02-07
bridge: avoid unnecessary read of jiffies
stephen hemminger
2
-4
/
+8
2017-02-07
bridge: remove unnecessary check for vtbegin in br_fill_vlan_tinfo_range
Roopa Prabhu
1
-1
/
+1
2017-02-07
bridge: tunnel: fix attribute checks in br_parse_vlan_tunnel_info
Nikolay Aleksandrov
1
-4
/
+4
2017-02-07
net: bridge: remove redundant check to see if err is set
Colin Ian King
1
-3
/
+0
2017-02-06
bridge: fdb: write to used and updated at most once per jiffy
Nikolay Aleksandrov
2
-2
/
+4
2017-02-06
bridge: move write-heavy fdb members in their own cache line
Nikolay Aleksandrov
1
-4
/
+6
2017-02-06
bridge: move to workqueue gc
Nikolay Aleksandrov
10
-23
/
+29
2017-02-06
bridge: modify bridge and port to have often accessed fields in one cache line
Nikolay Aleksandrov
1
-23
/
+20
2017-02-06
net: remove ndo_neigh_{construct, destroy} from stacked devices
Ido Schimmel
1
-2
/
+0
2017-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-32
/
+49
2017-02-03
bridge: vlan dst_metadata hooks in ingress and egress paths
Roopa Prabhu
6
-2
/
+82
2017-02-03
bridge: per vlan dst_metadata netlink support
Roopa Prabhu
7
-48
/
+641
2017-02-02
netfilter: allow logging from non-init namespaces
Michal Kubeček
1
-1
/
+1
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-14
/
+19
2017-01-25
bridge: move maybe_deliver_addr() inside #ifdef
Arnd Bergmann
1
-25
/
+25
2017-01-24
bridge: multicast to unicast
Felix Fietkau
6
-29
/
+112
2017-01-20
bridge: netlink: call br_changelink() during br_dev_newlink()
Ivan Vecera
1
-14
/
+19
2017-01-17
bridge: sparse fixes in br_ip6_multicast_alloc_query()
Lance Richardson
1
-1
/
+1
2017-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-01-09
xtables: extend matches and targets with .usersize
Willem de Bruijn
1
-0
/
+1
2017-01-09
ebtables: use match, target and data copy_to_user helpers
Willem de Bruijn
1
-31
/
+47
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+2
2017-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-1
/
+1
2016-12-30
bridge: netfilter: Fix dropping packets that moving through bridge interface
Artur Molchanov
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
5
-5
/
+5
2016-12-10
net: bridge: shorten ageing time on topology change
Vivien Didelot
3
-2
/
+30
2016-12-10
net: bridge: add helper to set topology change
Vivien Didelot
4
-4
/
+11
2016-12-10
net: bridge: add helper to offload ageing time
Vivien Didelot
3
-17
/
+24
2016-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2
-5
/
+6
2016-12-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2016-12-06
netfilter: convert while loops to for loops
Aaron Conole
1
-4
/
+4
2016-12-06
netfilter: introduce accessor functions for hook entries
Aaron Conole
1
-1
/
+1
2016-12-05
net: bridge: set error code on failure
Pan Bian
1
-0
/
+1
2016-12-04
netfilter: nf_log: do not assume ethernet header in netdev family
Liping Zhang
1
-1
/
+2
2016-11-21
bridge: mcast: add MLDv2 querier support
Nikolay Aleksandrov
4
-22
/
+112
2016-11-21
bridge: mcast: add IGMPv3 query support
Nikolay Aleksandrov
4
-18
/
+97
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-11-03
netfilter: remove hook_entries field from nf_hook_state
Pablo Neira Ayuso
2
-3
/
+3
2016-11-03
netfilter: nf_tables: use hook state from xt_action_param structure
Pablo Neira Ayuso
2
-13
/
+19
2016-11-03
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
5
-17
/
+15
[next]