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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-19
batman-adv: make the backbone gw check VLAN specific
Antonio Quartulli
3
-43
/
+27
2013-10-19
batman-adv: make the TT global purge routine VLAN specific
Antonio Quartulli
5
-6
/
+21
2013-10-19
batman-adv: make the TT CRC logic VLAN specific
Antonio Quartulli
5
-157
/
+730
2013-10-19
batman-adv: lock around TT operations to avoid sending inconsistent data
Antonio Quartulli
4
-4
/
+34
2013-10-19
batman-adv: remove bogus comment
Antonio Quartulli
1
-5
/
+0
2013-10-19
batman-adv: refine API calls for unicast transmissions of SKBs
Linus Lüssing
4
-48
/
+108
2013-10-19
batman-adv: make the AP isolation attribute VLAN specific
Antonio Quartulli
5
-14
/
+30
2013-10-19
batman-adv: add sysfs framework for VLAN
Antonio Quartulli
4
-3
/
+198
2013-10-19
batman-adv: add per VLAN interface attribute framework
Antonio Quartulli
5
-3
/
+197
2013-10-19
batman-adv: make the Distributed ARP Table vlan aware
Antonio Quartulli
2
-48
/
+107
2013-10-19
batman-adv: make the GW module correctly talk to the new VLAN-TT
Antonio Quartulli
1
-3
/
+18
2013-10-19
batman-adv: print the VID together with the TT entries
Antonio Quartulli
2
-32
/
+52
2013-10-19
batman-adv: use vid when computing local and global TT CRC
Antonio Quartulli
1
-4
/
+31
2013-10-19
batman-adv: add the VLAN ID attribute to the TT entry
Antonio Quartulli
13
-135
/
+312
2013-10-19
batman-adv: update email address for Marek Lindner
Marek Lindner
1
-1
/
+1
2013-10-19
batman-adv: update email address for Simon Wunderlich
Simon Wunderlich
1
-1
/
+1
2013-10-19
batman-adv: check skb preparation return value
Antonio Quartulli
1
-3
/
+6
2013-10-12
batman-adv: Add dummy soft-interface rx mode handler
Linus Lüssing
1
-0
/
+13
2013-10-12
batman-adv: make batadv_tt_save_orig_buffer() generic
Antonio Quartulli
1
-6
/
+4
2013-10-12
batman-adv: implement batadv_tt_entries
Antonio Quartulli
1
-4
/
+15
2013-10-12
batman-adv: remove useless find_router look up
Simon Wunderlich
1
-21
/
+8
2013-10-12
batman-adv: consider network coding overhead when calculating required mtu
Marek Lindner
5
-17
/
+37
2013-10-12
batman-adv: create common header for ICMP packets
Antonio Quartulli
4
-42
/
+62
2013-10-12
batman-adv: use htons when possible
Antonio Quartulli
5
-13
/
+13
2013-10-12
batman-adv: Fragment and send skbs larger than mtu
Martin Hundebøll
5
-4
/
+154
2013-10-12
batman-adv: Receive fragmented packets and merge
Martin Hundebøll
11
-1
/
+574
2013-10-12
batman-adv: Remove old fragmentation code
Martin Hundebøll
14
-729
/
+221
2013-10-12
batman-adv: use VLAN_ETH_HLEN instead of sizeof(struct vlan_eth_hdr)
Antonio Quartulli
1
-1
/
+1
2013-10-12
batman-adv: h_vlan_encapsulated_proto access refactoring
Antonio Quartulli
1
-7
/
+12
2013-10-12
batman-adv: don't use call_rcu if not needed
Antonio Quartulli
1
-14
/
+6
2013-10-12
batman-adv: remove batadv_tt_global_add_orig declaration
Antonio Quartulli
1
-3
/
+0
2013-10-12
batman-adv: make tt_global_add static and return bool
Antonio Quartulli
2
-10
/
+8
2013-10-12
batman-adv: only add recordroute information to icmp request/reply
Simon Wunderlich
1
-1
/
+3
2013-10-09
batman-adv: reorder batadv_iv_flags
Simon Wunderlich
1
-4
/
+14
2013-10-09
batman-adv: remove packed from batadv_ogm_packet
Simon Wunderlich
1
-1
/
+4
2013-10-09
batman-adv: reorder packet types
Simon Wunderlich
4
-13
/
+68
2013-10-09
batman-adv: add build check macros for packet member offset
Simon Wunderlich
1
-0
/
+8
2013-10-09
batman-adv: remove vis functionality
Simon Wunderlich
15
-1245
/
+1
2013-10-09
batman-adv: move BATADV_TT_CLIENT_TEMP to higher bit
Antonio Quartulli
1
-1
/
+1
2013-10-09
batman-adv: use CRC32C instead of CRC16 in TT code
Antonio Quartulli
3
-38
/
+45
2013-10-09
batman-adv: tvlv - convert roaming adv packet to use tvlv unicast packets
Marek Lindner
4
-83
/
+86
2013-10-09
batman-adv: tvlv - convert tt query packet to use tvlv unicast packets
Marek Lindner
5
-334
/
+286
2013-10-09
batman-adv: tvlv - convert tt data sent within OGMs
Marek Lindner
5
-158
/
+187
2013-10-09
batman-adv: tvlv - add network coding container
Marek Lindner
5
-1
/
+75
2013-10-09
batman-adv: tvlv - add distributed arp table container
Marek Lindner
5
-1
/
+83
2013-10-09
batman-adv: tvlv - gateway download/upload bandwidth container
Marek Lindner
11
-191
/
+327
2013-10-09
batman-adv: tvlv - basic infrastructure
Marek Lindner
7
-17
/
+794
2013-10-09
batman-adv: switch to a new packet compatibility version
Antonio Quartulli
1
-1
/
+1
2013-10-02
batman-adv: set up network coding packet handlers during module init
Matthias Schiffer
3
-16
/
+31
2013-09-17
batman-adv: set the TAG flag for the vid passed to BLA
Antonio Quartulli
1
-0
/
+2
[next]