index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
batman-adv
Commit message (
Expand
)
Author
Age
Files
Lines
*
batman-adv: generalize batman-adv icmp packet handling
Simon Wunderlich
2013-10-23
5
-97
/
+157
*
batman-adv: Start new development cycle
Simon Wunderlich
2013-10-23
1
-1
/
+1
*
batman-adv: include the sync-flags when compute the global/local table CRC
Antonio Quartulli
2013-10-23
3
-2
/
+28
*
batman-adv: improve the TT component to support runtime flag changes
Antonio Quartulli
2013-10-23
2
-1
/
+30
*
batman-adv: invoke dev_get_by_index() outside of is_wifi_iface()
Antonio Quartulli
2013-10-23
3
-31
/
+12
*
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
5
-36
/
+173
*
batman-adv: adapt the TT component to use the new API functions
Antonio Quartulli
2013-10-23
1
-11
/
+24
*
batman-adv: provide orig_node routing API
Antonio Quartulli
2013-10-23
3
-88
/
+151
*
batman-adv: adapt the neighbor purging routine to use the new API functions
Antonio Quartulli
2013-10-23
1
-8
/
+9
*
batman-adv: adapt bonding to use the new API functions
Antonio Quartulli
2013-10-23
3
-15
/
+32
*
batman-adv: add bat_neigh_is_equiv_or_better API function
Antonio Quartulli
2013-10-23
4
-1
/
+30
*
batman-adv: add bat_neigh_cmp API function
Antonio Quartulli
2013-10-23
3
-1
/
+25
*
batman-adv: add bat_orig_print API function
Antonio Quartulli
2013-10-23
3
-56
/
+78
*
batman-adv: make struct batadv_orig_node algorithm agnostic
Antonio Quartulli
2013-10-23
4
-95
/
+135
*
batman-adv: make struct batadv_neigh_node algorithm agnostic
Antonio Quartulli
2013-10-23
8
-71
/
+103
*
batman-adv: make the backbone gw check VLAN specific
Antonio Quartulli
2013-10-19
3
-43
/
+27
*
batman-adv: make the TT global purge routine VLAN specific
Antonio Quartulli
2013-10-19
5
-6
/
+21
*
batman-adv: make the TT CRC logic VLAN specific
Antonio Quartulli
2013-10-19
5
-157
/
+730
*
batman-adv: lock around TT operations to avoid sending inconsistent data
Antonio Quartulli
2013-10-19
4
-4
/
+34
*
batman-adv: remove bogus comment
Antonio Quartulli
2013-10-19
1
-5
/
+0
*
batman-adv: refine API calls for unicast transmissions of SKBs
Linus Lüssing
2013-10-19
4
-48
/
+108
*
batman-adv: make the AP isolation attribute VLAN specific
Antonio Quartulli
2013-10-19
5
-14
/
+30
*
batman-adv: add sysfs framework for VLAN
Antonio Quartulli
2013-10-19
4
-3
/
+198
*
batman-adv: add per VLAN interface attribute framework
Antonio Quartulli
2013-10-19
5
-3
/
+197
*
batman-adv: make the Distributed ARP Table vlan aware
Antonio Quartulli
2013-10-19
2
-48
/
+107
*
batman-adv: make the GW module correctly talk to the new VLAN-TT
Antonio Quartulli
2013-10-19
1
-3
/
+18
*
batman-adv: print the VID together with the TT entries
Antonio Quartulli
2013-10-19
2
-32
/
+52
*
batman-adv: use vid when computing local and global TT CRC
Antonio Quartulli
2013-10-19
1
-4
/
+31
*
batman-adv: add the VLAN ID attribute to the TT entry
Antonio Quartulli
2013-10-19
13
-135
/
+312
*
batman-adv: update email address for Marek Lindner
Marek Lindner
2013-10-19
1
-1
/
+1
*
batman-adv: update email address for Simon Wunderlich
Simon Wunderlich
2013-10-19
1
-1
/
+1
*
batman-adv: check skb preparation return value
Antonio Quartulli
2013-10-19
1
-3
/
+6
*
batman-adv: Add dummy soft-interface rx mode handler
Linus Lüssing
2013-10-12
1
-0
/
+13
*
batman-adv: make batadv_tt_save_orig_buffer() generic
Antonio Quartulli
2013-10-12
1
-6
/
+4
*
batman-adv: implement batadv_tt_entries
Antonio Quartulli
2013-10-12
1
-4
/
+15
*
batman-adv: remove useless find_router look up
Simon Wunderlich
2013-10-12
1
-21
/
+8
*
batman-adv: consider network coding overhead when calculating required mtu
Marek Lindner
2013-10-12
5
-17
/
+37
*
batman-adv: create common header for ICMP packets
Antonio Quartulli
2013-10-12
4
-42
/
+62
*
batman-adv: use htons when possible
Antonio Quartulli
2013-10-12
5
-13
/
+13
*
batman-adv: Fragment and send skbs larger than mtu
Martin Hundebøll
2013-10-12
5
-4
/
+154
*
batman-adv: Receive fragmented packets and merge
Martin Hundebøll
2013-10-12
11
-1
/
+574
*
batman-adv: Remove old fragmentation code
Martin Hundebøll
2013-10-12
14
-729
/
+221
*
batman-adv: use VLAN_ETH_HLEN instead of sizeof(struct vlan_eth_hdr)
Antonio Quartulli
2013-10-12
1
-1
/
+1
*
batman-adv: h_vlan_encapsulated_proto access refactoring
Antonio Quartulli
2013-10-12
1
-7
/
+12
*
batman-adv: don't use call_rcu if not needed
Antonio Quartulli
2013-10-12
1
-14
/
+6
*
batman-adv: remove batadv_tt_global_add_orig declaration
Antonio Quartulli
2013-10-12
1
-3
/
+0
*
batman-adv: make tt_global_add static and return bool
Antonio Quartulli
2013-10-12
2
-10
/
+8
*
batman-adv: only add recordroute information to icmp request/reply
Simon Wunderlich
2013-10-12
1
-1
/
+3
*
batman-adv: reorder batadv_iv_flags
Simon Wunderlich
2013-10-09
1
-4
/
+14
[next]