index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
/
hard-interface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
batman-adv: Add lower layer needed_(head|tail)room to own ones
Sven Eckelmann
2015-08-27
1
-0
/
+41
*
batman-adv: don't access unregistered net_device object
Antonio Quartulli
2015-08-27
1
-1
/
+2
*
batman-adv: Add required includes to all files
Sven Eckelmann
2015-06-07
1
-12
/
+26
*
batman-adv: update copyright years for 2015
Sven Eckelmann
2015-05-29
1
-1
/
+1
*
dev: introduce dev_get_iflink()
Nicolas Dichtel
2015-04-02
1
-2
/
+3
*
batman: fix a bogus warning from batadv_is_on_batman_iface()
Cong Wang
2014-05-22
1
-1
/
+1
*
batman-adv: fix soft-interface MTU computation
Antonio Quartulli
2014-02-17
1
-8
/
+14
*
batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interface
Ying Xue
2014-01-14
1
-3
/
+1
*
batman-adv: update copyright years for 2014
Simon Wunderlich
2014-01-12
1
-1
/
+1
*
batman-adv: add debugfs structure for information per interface
Simon Wunderlich
2014-01-12
1
-0
/
+9
*
batman-adv: remove FSF address from GPL disclaimer
Antonio Quartulli
2014-01-08
1
-3
/
+1
*
batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()
Antonio Quartulli
2013-10-23
1
-29
/
+4
*
batman-adv: send GW_DEL event in case of soft-iface destruction
Antonio Quartulli
2013-10-23
1
-2
/
+7
*
batman-adv: limit local translation table max size
Marek Lindner
2013-10-23
1
-15
/
+26
*
batman-adv: add per VLAN interface attribute framework
Antonio Quartulli
2013-10-19
1
-0
/
+2
*
batman-adv: consider network coding overhead when calculating required mtu
Marek Lindner
2013-10-12
1
-9
/
+10
*
batman-adv: use htons when possible
Antonio Quartulli
2013-10-12
1
-1
/
+1
*
batman-adv: Remove old fragmentation code
Martin Hundebøll
2013-10-12
1
-1
/
+0
*
batman-adv: remove vis functionality
Simon Wunderlich
2013-10-09
1
-9
/
+0
*
batman-adv: don't initialise batman_iv private members in hard-interface.c
Antonio Quartulli
2013-05-29
1
-7
/
+1
*
batman-adv: send each broadcast only once on non-wireless interfaces
Matthias Schiffer
2013-05-29
1
-0
/
+4
*
batman-adv: split batadv_is_wifi_iface() into two functions
Matthias Schiffer
2013-05-29
1
-32
/
+52
*
net: pass info struct via netdevice notifier
Jiri Pirko
2013-05-28
1
-1
/
+1
*
batman-adv: free an hard-interface before adding it
Antonio Quartulli
2013-03-27
1
-6
/
+33
*
batman-adv: Allow to modify slaves of soft-interfaces through rntl_link
Sven Eckelmann
2013-03-27
1
-2
/
+10
*
batman-adv: rename batadv_softif_destroy to reflect sysfs use case
Marek Lindner
2013-03-27
1
-1
/
+1
*
batman-adv: Don't always delete softif when last slave was removed
Sven Eckelmann
2013-03-27
1
-3
/
+5
*
batman-adv: Move soft-interface initialization to ndo_init
Sven Eckelmann
2013-03-27
1
-0
/
+5
*
batman-adv: update copyright years
Antonio Quartulli
2013-01-19
1
-1
/
+1
*
batman-adv: postpone sysfs removal when unregistering
Simon Wunderlich
2013-01-19
1
-2
/
+22
*
batman-adv: use ETH_P_BATMAN
Antonio Quartulli
2012-11-30
1
-1
/
+2
*
batman-adv: prevent using any virtual device created on batman-adv as hard-in...
Antonio Quartulli
2012-11-14
1
-1
/
+40
*
batman-adv: Distributed ARP Table - create DHT helper functions
Antonio Quartulli
2012-11-07
1
-0
/
+3
*
batman-adv: split hard_iface struct for each routing protocol
Marek Lindner
2012-10-29
1
-2
/
+2
*
batman-adv: Split batadv_priv in sub-structures for features
Sven Eckelmann
2012-08-23
1
-2
/
+3
*
batman-adv: check batadv_orig_hash_add_if() return code
Simon Wunderlich
2012-08-23
1
-1
/
+7
*
batman-adv: Fix alignment after opened parentheses
Sven Eckelmann
2012-07-01
1
-4
/
+4
*
batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}
Sven Eckelmann
2012-07-01
1
-1
/
+1
*
batman-adv: Prefix types structs with batadv_
Sven Eckelmann
2012-07-01
1
-33
/
+38
*
batman-adv: Prefix packet structs with batadv_
Sven Eckelmann
2012-07-01
1
-2
/
+2
*
batman-adv: Prefix hard-interface enum with BATADV_
Sven Eckelmann
2012-07-01
1
-20
/
+20
*
batman-adv: Prefix main defines with BATADV_
Sven Eckelmann
2012-06-28
1
-1
/
+1
*
batman-adv: Prefix types defines with BATADV_
Sven Eckelmann
2012-06-28
1
-5
/
+6
*
batman-adv: Prefix packet defines with BATADV_
Sven Eckelmann
2012-06-28
1
-1
/
+2
*
batman-adv: Prefix remaining function like macros with batadv_
Sven Eckelmann
2012-06-28
1
-19
/
+19
*
batman-adv: Prefix hard-interface local static functions with batadv_
Sven Eckelmann
2012-06-25
1
-31
/
+33
*
batman-adv: Prefix main static inline functions with batadv_
Sven Eckelmann
2012-06-25
1
-2
/
+2
*
batman-adv: Prefix hard-interface static inline functions with batadv_
Sven Eckelmann
2012-06-24
1
-14
/
+14
*
batman-adv: Reformat multiline comments to consistent style
Sven Eckelmann
2012-06-20
1
-14
/
+9
*
batman-adv: Prefix main non-static functions with batadv_
Sven Eckelmann
2012-06-20
1
-7
/
+7
[next]