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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-9
/
+53
2017-07-31
batman-adv: fix TT sync flag inconsistencies
Linus Lüssing
2
-9
/
+53
2017-07-29
batman-adv: fix various spelling mistakes
Colin Ian King
2
-7
/
+7
2017-07-29
batman-adv: Remove variable deprecated by skb_put_data
Sven Eckelmann
2
-5
/
+3
2017-07-29
batman-adv: Remove too short %pM printk field width
Sven Eckelmann
1
-1
/
+1
2017-07-29
batman-adv: Remove unnecessary length qualifier in %14pM
Joe Perches
1
-1
/
+1
2017-07-29
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
2
-4
/
+4
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
3
-8
/
+5
2017-06-16
networking: convert many more places to skb_put_zero()
Johannes Berg
1
-2
/
+1
2017-06-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+6
2017-06-13
Merge tag 'batadv-net-for-davem-20170613' of git://git.open-mesh.org/linux-merge
David S. Miller
2
-3
/
+4
2017-06-13
batman-adv: Accept only filled wifi station info
Sven Eckelmann
1
-0
/
+4
2017-06-13
batman-adv: Use default throughput value on cfg80211 error
Sven Eckelmann
1
-2
/
+4
2017-06-09
batman-adv: simplify return handling in some TT functions
Simon Wunderlich
1
-11
/
+6
2017-06-09
batman-adv: do not add loop detection mac addresses to global tt
Simon Wunderlich
1
-0
/
+6
2017-06-09
batman-adv: tp_meter: mark init function with __init
Antonio Quartulli
1
-1
/
+2
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
1
-3
/
+2
2017-05-23
batman-adv: Print correct function names in dbg messages
Sven Eckelmann
5
-42
/
+46
2017-05-23
batman-adv: Combine two seq_puts() calls into one call in batadv_nc_nodes_seq...
Markus Elfring
1
-3
/
+1
2017-05-23
batman-adv: Replace a seq_puts() call by seq_putc() in two functions
Markus Elfring
2
-2
/
+2
2017-05-23
batman-adv: decrease maximum fragment size
Matthias Schiffer
1
-1
/
+1
2017-05-23
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2017-05-19
batman-adv: fix memory leak when dropping packet from other gateway
Andreas Pape
1
-1
/
+1
2017-05-19
batman-adv: Fix rx packet/bytes stats on local ARP reply
Sven Eckelmann
1
-2
/
+3
2017-04-07
Merge tag 'batadv-next-for-davem-20170406' of git://git.open-mesh.org/linux-m...
David S. Miller
15
-238
/
+413
2017-04-05
batman-adv: Use net_device_stats from struct net_device
Tobias Klauser
3
-7
/
+6
2017-04-03
batman-adv: Group ethtool related code together
Sven Eckelmann
1
-99
/
+92
2017-04-03
batman-adv: Remove ethtool .get_settings stub
Sven Eckelmann
1
-19
/
+0
2017-04-03
batman-adv: Remove ethtool msglevel functions
Sven Eckelmann
1
-13
/
+0
2017-04-03
batman-adv: Use ethtool helper to get link status
Sven Eckelmann
1
-7
/
+1
2017-03-26
batman-adv: restructure rebroadcast counter into forw_packet API
Linus Lüssing
6
-5
/
+63
2017-03-26
batman-adv: privatize forw_packet skb assignment
Linus Lüssing
3
-18
/
+23
2017-03-22
batman-adv: handle race condition for claims between gateways
Andreas Pape
1
-4
/
+16
2017-03-22
batman-adv: changed debug messages for easier bla debugging
Andreas Pape
2
-5
/
+15
2017-03-22
batman-adv: drop unicast packets from other backbone gw
Andreas Pape
1
-3
/
+22
2017-03-22
batman-adv: prevent duplication of ARP replies when DAT is used
Andreas Pape
1
-0
/
+32
2017-03-22
batman-adv: prevent multiple ARP replies sent by gateways if dat enabled
Andreas Pape
3
-0
/
+75
2017-03-17
batman-adv: Omit unnecessary memset of netdev private data
Tobias Klauser
1
-4
/
+0
2017-03-17
batman-adv: Use __func__ to add function names to messages
Sven Eckelmann
1
-3
/
+4
2017-03-16
batman-adv: Convert BATADV_PRINT_VID macro to function
Sven Eckelmann
4
-42
/
+54
2017-03-16
batman-adv: Fix possible side-effects in _batadv_dbg
Sven Eckelmann
1
-2
/
+3
2017-03-16
batman-adv: Fix unbalanced braces around else statement
Sven Eckelmann
1
-2
/
+4
2017-03-16
batman-adv: Reduce preprocessor checks in multicast.c
Sven Eckelmann
1
-7
/
+5
2017-03-16
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2017-03-16
Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-merge
David S. Miller
6
-11
/
+42
2017-03-04
batman-adv: Initialize gw sel_class via batadv_algo
Sven Eckelmann
5
-4
/
+29
2017-03-04
batman-adv: Keep fragments equally sized
Sven Eckelmann
1
-7
/
+13
2017-03-03
Merge tag 'mac80211-for-davem-2017-03-02' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-1
/
+1
2017-03-03
Merge tag 'batadv-net-for-davem-20170301' of git://git.open-mesh.org/linux-merge
David S. Miller
1
-9
/
+11
[next]