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