index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
bridge_loop_avoidance.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-25
batman-adv: Remove multiple assignment per line
Sven Eckelmann
1
-2
/
+4
2015-08-25
batman-adv: Replace C99 int types with kernel type
Sven Eckelmann
1
-37
/
+35
2015-06-07
batman-adv: Add required includes to all files
Sven Eckelmann
1
-8
/
+30
2015-06-07
batman-adv: Use common Jenkins Hash implementation
Sven Eckelmann
1
-12
/
+4
2015-05-29
batman-adv: update copyright years for 2015
Sven Eckelmann
1
-1
/
+1
2015-01-07
batman-adv: fix misspelled words
Antonio Quartulli
1
-2
/
+2
2015-01-07
batman-adv: checkpatch - Please don't use multiple blank lines
Antonio Quartulli
1
-7
/
+0
2015-01-07
batman-adv: kernel doc fixes for bridge_loop_avoidance.c
Martin Hundebøll
1
-1
/
+5
2014-07-21
batman-adv: drop QinQ claim frames in bridge loop avoidance
Simon Wunderlich
1
-10
/
+34
2014-03-22
batman-adv: prefer ether_addr_copy to memcpy
Antonio Quartulli
1
-15
/
+15
2014-03-22
batman-adv: remove obsolete skb_reset_mac_header() in batadv_bla_tx()
Linus Lüssing
1
-3
/
+0
2014-03-22
batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx path
Linus Lüssing
1
-1
/
+1
2014-01-16
batman-adv: use consistent kerneldoc style
Simon Wunderlich
1
-6
/
+18
2014-01-12
batman-adv: update copyright years for 2014
Simon Wunderlich
1
-1
/
+1
2014-01-08
batman-adv: remove FSF address from GPL disclaimer
Antonio Quartulli
1
-3
/
+1
2013-10-20
batman-adv: make the backbone gw check VLAN specific
Antonio Quartulli
1
-8
/
+11
2013-10-20
batman-adv: make the TT global purge routine VLAN specific
Antonio Quartulli
1
-2
/
+2
2013-10-19
batman-adv: add the VLAN ID attribute to the TT entry
Antonio Quartulli
1
-24
/
+11
2013-10-12
batman-adv: use htons when possible
Antonio Quartulli
1
-6
/
+6
2013-10-12
batman-adv: use VLAN_ETH_HLEN instead of sizeof(struct vlan_eth_hdr)
Antonio Quartulli
1
-1
/
+1
2013-08-11
batman-adv: fix potential kernel paging errors for unicast transmissions
Linus Lüssing
1
-0
/
+2
2013-06-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2013-06-10
batman-adv: Don't handle address updates when bla is disabled
Simon Wunderlich
1
-0
/
+4
2013-05-29
batman-adv: print the VID properly
Antonio Quartulli
1
-16
/
+21
2013-05-29
batman-adv: change VID semantic in the BLA code
Antonio Quartulli
1
-24
/
+27
2013-05-29
batman-adv: use eth_hdr() when it makes sense
Antonio Quartulli
1
-4
/
+4
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-1
/
+1
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-24
/
+15
2013-01-19
batman-adv: update copyright years
Antonio Quartulli
1
-1
/
+1
2013-01-19
batman-adv: rename batadv_claim struct to make clear it is used by bla
Marek Lindner
1
-20
/
+21
2013-01-19
batman-adv: rename batadv_backbone_gw struct to make clear it is used by bla
Marek Lindner
1
-25
/
+27
2013-01-19
batman-adv: a delayed_work has to be initialised once
Antonio Quartulli
1
-12
/
+6
2013-01-12
batman-adv: use the const qualifier in hash functions
Antonio Quartulli
1
-1
/
+1
2013-01-12
batman-adv: remove useless blank lines before and after brackets
Antonio Quartulli
1
-4
/
+0
2013-01-12
batman-adv: unify and properly print hex values
Antonio Quartulli
1
-9
/
+9
2012-11-21
batman-adv: Fix broadcast duplist for fragmentation
Simon Wunderlich
1
-11
/
+7
2012-11-21
batman-adv: fix bla compare function
Simon Wunderlich
1
-2
/
+16
2012-11-15
batman-adv: wait multiple periods before activating bla
Simon Wunderlich
1
-1
/
+8
2012-11-15
batman-adv: allow bla traffic only after first worker period
Simon Wunderlich
1
-1
/
+19
2012-11-15
batman-adv: send announcement when backbone gw is registered
Simon Wunderlich
1
-4
/
+10
2012-11-15
batman-adv: don't rely on positions in struct for hashing
Simon Wunderlich
1
-14
/
+6
2012-10-29
batman-adv: consolidate duplicated primary_if checking code
Marek Lindner
1
-30
/
+6
2012-10-18
batman-adv: Fix potential broadcast BLA-duplicate-check race condition
Linus Lüssing
1
-5
/
+14
2012-10-18
batman-adv: Fix broadcast packet CRC calculation
Linus Lüssing
1
-4
/
+4
2012-08-23
batman-adv: Reduce accumulated length of simple statements
Sven Eckelmann
1
-2
/
+1
2012-08-23
batman-adv: Don't break statements after assignment operator
Sven Eckelmann
1
-4
/
+3
2012-08-23
batman-adv: Split batadv_priv in sub-structures for features
Sven Eckelmann
1
-55
/
+60
2012-08-23
batman-adv: convert remaining packet counters to per_cpu_ptr() infrastructure
Marek Lindner
1
-2
/
+3
2012-08-23
batman-adv: rename bridge loop avoidance claim types
Simon Wunderlich
1
-9
/
+9
2012-08-23
batman-adv: correct comments in bridge loop avoidance
Simon Wunderlich
1
-2
/
+3
[next]