index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
Commit message (
Expand
)
Author
Age
Files
Lines
*
batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already e...
Antonio Quartulli
2012-05-14
1
-0
/
+2
*
batman-adv: Start new development cycle
Sven Eckelmann
2012-05-13
1
-1
/
+1
*
batman-adv: use shorter pr_warn instead of pr_warning
Sven Eckelmann
2012-05-13
2
-5
/
+5
*
batman-adv: refactor window_protected to avoid unnecessary return statement
Marek Lindner
2012-05-13
1
-9
/
+6
*
batman-adv: prepare lq_update_lock to be shared among different protocols
Marek Lindner
2012-05-13
3
-6
/
+6
*
batman-adv: improve unicast packet (re)routing
Antonio Quartulli
2012-05-13
4
-0
/
+36
*
batman-adv: avoid skb_linearise() if not needed
Antonio Quartulli
2012-05-13
1
-2
/
+3
*
batman-adv: add contributor name
Antonio Quartulli
2012-05-11
2
-2
/
+2
*
batman-adv: update copyright years
Antonio Quartulli
2012-05-11
2
-2
/
+2
*
batman-adv: fix checkpatch string complaint
Marek Lindner
2012-05-11
1
-2
/
+2
*
batman-adv: avoid temporary routing loops by being strict on forwarded OGMs
Marek Lindner
2012-05-11
2
-29
/
+32
*
batman-adv: Adding hard_iface specific sysfs wrapper macros for UINT
Linus Luessing
2012-05-11
1
-0
/
+43
*
batman-adv: rename sysfs macros to reflect the soft-interface dependency
Marek Lindner
2012-05-11
1
-28
/
+29
*
batman-adv: refactoring API: find generalized name for bat_ogm_update_mac cal...
Marek Lindner
2012-05-11
4
-14
/
+16
*
batman-adv: ignore protocol packets if the interface did not enable this prot...
Marek Lindner
2012-05-11
1
-0
/
+7
*
batman-adv: split neigh_new function into generic and batman iv specific parts
Marek Lindner
2012-05-11
3
-27
/
+48
*
batman-adv: replace HZ calculations with jiffies_to_msecs()
Marek Lindner
2012-05-11
3
-8
/
+13
*
batman-adv: rename last_valid to last_seen
Marek Lindner
2012-05-11
3
-16
/
+16
*
batman-adv: register batman ogm receive function during protocol init
Marek Lindner
2012-05-11
5
-24
/
+41
*
batman-adv: introduce packet type handler array for incoming packets
Marek Lindner
2012-05-11
3
-113
/
+127
*
batman-adv: introduce is_single_hop_neigh variable to increase readability
Marek Lindner
2012-05-11
1
-7
/
+9
*
batman-adv: fix wrong dhcp option list browsing
Antonio Quartulli
2012-05-11
1
-3
/
+3
*
batman-adv: skip the window protection test when the originator has no neighb...
Antonio Quartulli
2012-04-18
1
-1
/
+2
*
batman-adv: print OGM seq numbers as unsigned int
Antonio Quartulli
2012-04-18
1
-4
/
+4
*
batman-adv: use ETH_HLEN instead of sizeof(struct ethhdr)
Antonio Quartulli
2012-04-18
9
-25
/
+21
*
batman-adv: mark existing ogm variables as batman iv
Marek Lindner
2012-04-18
3
-5
/
+5
*
batman-adv: rename BATMAN_OGM_LEN to BATMAN_OGM_HLEN
Marek Lindner
2012-04-18
4
-14
/
+14
*
batman-adv: refactoring API: find generalized name for bat_ogm_init_primary c...
Marek Lindner
2012-04-18
4
-6
/
+6
*
batman-adv: handle routing code initialization properly
Marek Lindner
2012-04-18
3
-11
/
+17
*
batman-adv: add iface_disable() callback to routing API
Marek Lindner
2012-04-18
4
-2
/
+11
*
batman-adv: randomize initial seqno to avoid collision
Marek Lindner
2012-04-18
1
-0
/
+5
*
batman-adv: refactoring API: find generalized name for bat_ogm_init callback
Marek Lindner
2012-04-18
4
-6
/
+6
*
batman-adv: move ogm initialization into the proper function
Marek Lindner
2012-04-18
1
-1
/
+7
*
batman-adv: remove duplicated line in comment
Antonio Quartulli
2012-04-18
1
-1
/
+0
*
batman-adv: convert the tt_crc to network order
Antonio Quartulli
2012-04-18
1
-1
/
+1
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-04-15
1
-3
/
+3
*
batman-adv: add bridge loop avoidance compile option
Simon Wunderlich
2012-04-11
7
-5
/
+89
*
batman-adv: form groups in the bridge loop avoidance
Simon Wunderlich
2012-04-11
2
-6
/
+116
*
batman-adv: drop STP over batman
Simon Wunderlich
2012-04-11
1
-0
/
+8
*
batman-adv: add broadcast duplicate check
Simon Wunderlich
2012-04-11
5
-0
/
+91
*
batman-adv: don't let backbone gateways exchange tt entries
Simon Wunderlich
2012-04-11
4
-2
/
+74
*
batman-adv: allow multiple entries in tt_global_entries
Simon Wunderlich
2012-04-11
2
-93
/
+311
*
batman-adv: export claim tables through debugfs
Simon Wunderlich
2012-04-11
3
-0
/
+64
*
batman-adv: make bridge loop avoidance switchable
Simon Wunderlich
2012-04-11
1
-0
/
+2
*
batman-adv: add basic bridge loop avoidance code
Simon Wunderlich
2012-04-11
13
-10
/
+1422
*
batman-adv: remove old bridge loop avoidance code
Simon Wunderlich
2012-04-11
9
-517
/
+5
*
batman-adv: encourage batman to take shorter routes by changing the default h...
Marek Lindner
2012-04-11
1
-1
/
+1
*
batman-adv: Remove declaration of only locally used functions
Sven Eckelmann
2012-04-11
2
-16
/
+14
*
batman-adv: Replace bitarray operations with bitmap
Sven Eckelmann
2012-04-11
6
-130
/
+41
*
batman-adv: use ETH_ALEN instead of hardcoded numeric constants
Antonio Quartulli
2012-04-11
1
-13
/
+13
[next]