Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
47f70d08facf288a9faad6e6c36ac2e670be8195
/
net
/
batman-adv
/
bridge_loop_avoidance.c
cfd4f75
batman-adv: make the backbone gw check VLAN specific
by Antonio Quartulli
· 11 years ago
95fb130
batman-adv: make the TT global purge routine VLAN specific
by Antonio Quartulli
· 11 years ago
c018ad3
batman-adv: add the VLAN ID attribute to the TT entry
by Antonio Quartulli
· 11 years ago
293e933
batman-adv: use htons when possible
by Antonio Quartulli
· 11 years ago
2c59866
batman-adv: use VLAN_ETH_HLEN instead of sizeof(struct vlan_eth_hdr)
by Antonio Quartulli
· 11 years ago
9d2c948
batman-adv: fix potential kernel paging errors for unicast transmissions
by Linus Lüssing
· 11 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
d5b4c93
batman-adv: Don't handle address updates when bla is disabled
by Simon Wunderlich
· 11 years ago
5f80df6
batman-adv: print the VID properly
by Antonio Quartulli
· 12 years ago
eb2deb6
batman-adv: change VID semantic in the BLA code
by Antonio Quartulli
· 12 years ago
7ed4be9
batman-adv: use eth_hdr() when it makes sense
by Antonio Quartulli
· 12 years ago
86a9bad
net: vlan: add protocol argument to packet tagging functions
by Patrick McHardy
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
0b87393
batman-adv: update copyright years
by Antonio Quartulli
· 12 years ago
712bbfe4
batman-adv: rename batadv_claim struct to make clear it is used by bla
by Marek Lindner
· 12 years ago
bae9877
batman-adv: rename batadv_backbone_gw struct to make clear it is used by bla
by Marek Lindner
· 12 years ago
7241444
batman-adv: a delayed_work has to be initialised once
by Antonio Quartulli
· 12 years ago
467b5fe
batman-adv: use the const qualifier in hash functions
by Antonio Quartulli
· 12 years ago
46d160e
batman-adv: remove useless blank lines before and after brackets
by Antonio Quartulli
· 12 years ago
39a3299
batman-adv: unify and properly print hex values
by Antonio Quartulli
· 12 years ago
004e86f
batman-adv: Fix broadcast duplist for fragmentation
by Simon Wunderlich
· 12 years ago
c76d152
batman-adv: fix bla compare function
by Simon Wunderlich
· 12 years ago
2870987
batman-adv: wait multiple periods before activating bla
by Simon Wunderlich
· 12 years ago
d807f27
batman-adv: allow bla traffic only after first worker period
by Simon Wunderlich
· 12 years ago
52aebd6
batman-adv: send announcement when backbone gw is registered
by Simon Wunderlich
· 12 years ago
07568d0
batman-adv: don't rely on positions in struct for hashing
by Simon Wunderlich
· 12 years ago
30da63a
batman-adv: consolidate duplicated primary_if checking code
by Marek Lindner
· 12 years ago
7dac7b7
batman-adv: Fix potential broadcast BLA-duplicate-check race condition
by Linus Lüssing
· 12 years ago
7f112af
batman-adv: Fix broadcast packet CRC calculation
by Linus Lüssing
· 12 years ago
c67893d
batman-adv: Reduce accumulated length of simple statements
by Sven Eckelmann
· 12 years ago
bbb1f90
batman-adv: Don't break statements after assignment operator
by Sven Eckelmann
· 12 years ago
807736f
batman-adv: Split batadv_priv in sub-structures for features
by Sven Eckelmann
· 12 years ago
1c9b055
batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
by Marek Lindner
· 12 years ago
3eb8773
batman-adv: rename bridge loop avoidance claim types
by Simon Wunderlich
· 12 years ago
99e966f
batman-adv: correct comments in bridge loop avoidance
by Simon Wunderlich
· 12 years ago
536a23f
batman-adv: Add the backbone gateway list to debugfs
by Simon Wunderlich
· 12 years ago
04c9f41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
2d3f6cc
batman-adv: check incoming packet type for bla
by Simon Wunderlich
· 12 years ago
56303d3
batman-adv: Prefix types structs with batadv_
by Sven Eckelmann
· 12 years ago
9641269
batman-adv: Prefix packet structs with batadv_
by Sven Eckelmann
· 12 years ago
5bf74e9
batman-adv: Prefix hash struct and typedef with batadv_
by Sven Eckelmann
· 12 years ago
39c75a5
batman-adv: Prefix main enum with BATADV_
by Sven Eckelmann
· 12 years ago
acd34af
batman-adv: Prefix packet enum with BATADV_
by Sven Eckelmann
· 12 years ago
e9a4f29
batman-adv: Prefix hard-interface enum with BATADV_
by Sven Eckelmann
· 12 years ago
42d0b04
batman-adv: Prefix main defines with BATADV_
by Sven Eckelmann
· 12 years ago
3964f72
batman-adv: Prefix bridge_loop_avoidance defines with BATADV_
by Sven Eckelmann
· 12 years ago
3b300de
batman-adv: Prefix bridge_loop_avoidance local static functions with batadv_
by Sven Eckelmann
· 12 years ago
1eda58b
batman-adv: Prefix main static inline functions with batadv_
by Sven Eckelmann
· 12 years ago
da64119
batman-adv: Prefix originator static inline functions with batadv_
by Sven Eckelmann
· 12 years ago
c0a5592
batman-adv: Prefix hash static inline functions with batadv_
by Sven Eckelmann
· 12 years ago
e5d8925
batman-adv: Prefix hard-interface static inline functions with batadv_
by Sven Eckelmann
· 12 years ago
9cfc7bd
batman-adv: Reformat multiline comments to consistent style
by Sven Eckelmann
· 12 years ago
3193e8f
batman-adv: Prefix main non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
08c36d3
batman-adv: Prefix translation-table non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
7d211ef
batman-adv: Prefix originator non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
1a8eaf0
batman-adv: Prefix hash non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
08adf15
batman-adv: Prefix bridge_loop_avoidance non-static functions with batadv_
by Sven Eckelmann
· 12 years ago
5346c35
batman-adv: Return error codes instead of -1 on failures
by Sven Eckelmann
· 13 years ago
3e2f1a1
batman-adv: trivial endianness annotations
by Al Viro
· 13 years ago
1a5852d
batman-adv: get rid of pointless cast in memcpy()
by Al Viro
· 13 years ago
5d52dad
batman-adv: Initialize lockdep class keys for hashes
by Sven Eckelmann
· 13 years ago
c64703a
batman-adv: update copyright years
by Antonio Quartulli
· 13 years ago
0d12507
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
by Antonio Quartulli
· 13 years ago
e88af94
batman-adv: remove duplicated line in comment
by Antonio Quartulli
· 13 years ago
38ef3d1
batman-adv: form groups in the bridge loop avoidance
by Simon Wunderlich
· 13 years ago
fe2da6f
batman-adv: add broadcast duplicate check
by Simon Wunderlich
· 13 years ago
20ff9d5
batman-adv: don't let backbone gateways exchange tt entries
by Simon Wunderlich
· 13 years ago
9bf8e4d
batman-adv: export claim tables through debugfs
by Simon Wunderlich
· 13 years ago
2372138
batman-adv: add basic bridge loop avoidance code
by Simon Wunderlich
· 13 years ago