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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
/
drivers
/
staging
/
batman-adv
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-29
Staging: batman-adv: ensure that eth_type_trans gets linear memory
Marek Lindner
1
-4
/
+10
2010-11-29
Staging: batman-adv: Don't remove interface with spinlock held
Sven Eckelmann
1
-6
/
+13
2010-11-10
Staging: batman-adv: suppress false warning when changing the mac address
Marek Lindner
1
-5
/
+10
2010-11-10
Staging: batman-adv: fix interface alternating and bonding reggression
Chris Lang
3
-11
/
+7
2010-10-21
staging: batman-adv: remove useless addr_to_string()
Andy Shevchenko
8
-38
/
+18
2010-10-19
Staging: batman-adv: process OGMs bigger than MAX_AGGREGATION_BYTES
Marek Lindner
1
-4
/
+3
2010-10-19
Staging: batman-adv: fix crash when new OGM is generated
Marek Lindner
1
-2
/
+8
2010-10-19
Staging: batman-adv: protect against ogm packet overflow by checking table le...
Marek Lindner
1
-2
/
+7
2010-10-19
Staging: batman-adv: document fragmentation sysfs API
Marek Lindner
1
-0
/
+8
2010-10-19
Staging: batman-adv: Fix resizing of broadcast seqno buffers on if deletion
Linus Lüssing
1
-2
/
+2
2010-10-19
Staging: batman-adv: Don't dereference unchecked incoming soft_iface
Sven Eckelmann
1
-2
/
+5
2010-10-19
Staging: batman-adv: Add hash recommendations to TODO
Sven Eckelmann
1
-0
/
+4
2010-10-08
Staging: batman-adv: Makefile: replace the use of <module>-objs with <module>-y
Tracey Dent
1
-1
/
+1
2010-09-21
Staging: batman-adv: Introduce update_primary_addr to update mac address
Marek Lindner
1
-8
/
+14
2010-09-21
Staging: batman-adv: Track references of batman_if in set_primary_if
Sven Eckelmann
1
-0
/
+8
2010-09-21
Staging: batman-adv: count batman_if list queries as reference
Sven Eckelmann
3
-19
/
+56
2010-09-21
Staging: batman-adv: Use refcnt to track usage count of batman_if
Sven Eckelmann
3
-2
/
+17
2010-09-21
Staging: batman-adv: Use synchronize_rcu instead of call_rcu
Sven Eckelmann
3
-10
/
+2
2010-09-21
Staging: batman-adv: Remove unneeded rcu_read_lock
Sven Eckelmann
1
-2
/
+0
2010-09-21
Staging: batman-adv: Always protect list_for_each_entry_rcu with RCU
Sven Eckelmann
1
-0
/
+2
2010-09-21
Staging: batman-adv: Introduce if_list_lock to protect if_list
Sven Eckelmann
1
-2
/
+15
2010-09-21
Staging: batman-adv: wait for call_rcu before unloading module
Sven Eckelmann
1
-1
/
+1
2010-09-21
Staging: batman-adv: Mark debugfs files as nonseekable
Sven Eckelmann
2
-0
/
+5
2010-09-21
Staging: batman-adv: Move mailing list address to .org
Sven Eckelmann
2
-3
/
+4
2010-09-21
Staging: batman-adv: checkpatch cleanup of comments
Sven Eckelmann
3
-18
/
+19
2010-09-15
Staging: batman-adv: check kmalloc() return value
Vasiliy Kulikov
3
-5
/
+13
2010-09-15
Staging: batman-adv: removing redundant assignment of skb->dev
Marek Lindner
1
-4
/
+1
2010-09-15
Staging: batman-adv: Add rcu TODO
Sven Eckelmann
1
-0
/
+5
2010-09-15
Staging: batman-adv: Remove currently unused gw_* datastructures
Sven Eckelmann
2
-5
/
+0
2010-09-15
Staging: batman-adv: Always synchronize rcu's on module shutdown
Linus Lüssing
1
-3
/
+2
2010-09-05
Staging: batman-adv: Update mtu of bat device by changing mtu of slave device
Sven Eckelmann
1
-0
/
+4
2010-09-05
Staging: batman-adv: Don't inform about dropped packets in nodebug
Sven Eckelmann
2
-9
/
+8
2010-09-05
Staging: batman-adv: Remove duplicate of attached device name
Sven Eckelmann
5
-32
/
+24
2010-09-05
Staging: batman-adv: multiple mesh clouds
Marek Lindner
20
-599
/
+679
2010-09-05
Staging: batman-adv: attach each hard-interface to a soft-interface
Marek Lindner
23
-348
/
+415
2010-09-05
Staging: batman-adv: Provide full headers and packets as linear skb
Sven Eckelmann
2
-9
/
+15
2010-09-05
Staging: batman-adv: Create copy of skb with pre-allocated headroom
Sven Eckelmann
1
-53
/
+24
2010-09-05
Staging: batman-adv: Prepare vis packets directly inside a skb
Sven Eckelmann
5
-96
/
+133
2010-09-05
Staging: batman-adv: Aggregate batman packets directly in skb
Sven Eckelmann
3
-23
/
+24
2010-09-05
Staging: batman-adv: Only clone skb data for multiple broadcasts
Sven Eckelmann
1
-1
/
+1
2010-09-05
Staging: batman-adv: Keep header writable and unshared
Sven Eckelmann
4
-17
/
+19
2010-09-05
Staging: batman-adv: register the batman-adv packet type per interface
Marek Lindner
3
-15
/
+9
2010-09-05
Staging: batman-adv: Directly prepare icmp packets in socket buffer
Sven Eckelmann
1
-22
/
+38
2010-09-05
Staging: batman-adv: layer2 unicast packet fragmentation
Andreas Langer
10
-28
/
+416
2010-09-05
Staging: batman-adv: refactoring unicast payload code
Marek Lindner
4
-62
/
+128
2010-09-05
Staging: batman-adv: move queue counters into bat_priv
Simon Wunderlich
6
-15
/
+15
2010-09-05
Staging: batman-adv: Calculate hamming weight using optimized kernel functions
Sven Eckelmann
3
-12
/
+7
2010-09-05
Staging: batman-adv: Count Ethernet header for incoming packets
Simon Wunderlich
1
-1
/
+1
2010-09-05
Staging: batman-adv: Start new development cycle
Sven Eckelmann
2
-24
/
+23
2010-09-05
Staging: batman-adv: Remove CHANGELOG
Sven Eckelmann
1
-63
/
+0
[next]