Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ac01efebb1075a51a2803237159a440b71383117
/
net
/
batman-adv
/
gateway_client.c
1e3b466
batman-adv: fix gateway client style issues
by Simon Wunderlich
· 9 years ago
bd3524c
batman-adv: remove obsolete deleted attribute for gateway node
by Simon Wunderlich
· 9 years ago
4f248cf
batman-adv: Remove multiple assignment per line
by Sven Eckelmann
· 9 years ago
6b5e971
batman-adv: Replace C99 int types with kernel type
by Sven Eckelmann
· 9 years ago
c1f066d
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 9 years ago
571a963
batman-adv: Avoid u32 overflow during gateway select
by Ruben Wisniewski
· 9 years ago
e071d93
batman-adv: Replace gw_reselect divisor with simple shift
by Sven Eckelmann
· 9 years ago
27a4d5e
batman-adv: initialize up/down values when adding a gateway
by Simon Wunderlich
· 9 years ago
7dac6d9
batman-adv: Remove unused post-VLAN ethhdr in batadv_gw_dhcp_recipient_get
by Sven Eckelmann
· 10 years ago
1e2c2a4
batman-adv: Add required includes to all files
by Sven Eckelmann
· 10 years ago
9f6446c
batman-adv: update copyright years for 2015
by Sven Eckelmann
· 10 years ago
92b8391
batman-adv: Fix use of seq_has_overflowed()
by Joe Perches
· 10 years ago
6d91147
batman-adv: Remove uses of return value of seq_printf
by Joe Perches
· 10 years ago
aa143d2
batman-adv: checkpatch - Please use a blank line after declarations
by Antonio Quartulli
· 10 years ago
0d16449
batman-adv: avoid NULL dereferences and fix if check
by Antonio Quartulli
· 10 years ago
377fe0f
batman-adv: increase orig refcount when storing ref in gw_node
by Antonio Quartulli
· 11 years ago
8fdd015
batman-adv: prefer ether_addr_copy to memcpy
by Antonio Quartulli
· 11 years ago
927c2ed
batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx path
by Linus Lüssing
· 11 years ago
2045cea
net: remove unnecessary return's
by stephen hemminger
· 11 years ago
e19f975
batman-adv: update copyright years for 2014
by Simon Wunderlich
· 11 years ago
7351a482
batman-adv: split out router from orig_node
by Simon Wunderlich
· 11 years ago
8965233
batman-adv: split tq information in neigh_node struct
by Simon Wunderlich
· 11 years ago
6c413b1
batman-adv: send every DHCP packet as bat-unicast
by Antonio Quartulli
· 11 years ago
4e820e7
batman-adv: rename gw_deselect() to gw_reselect()
by Antonio Quartulli
· 11 years ago
f316318
batman-adv: deselect current GW on client mode switch off
by Antonio Quartulli
· 11 years ago
ebf38fb
batman-adv: remove FSF address from GPL disclaimer
by Antonio Quartulli
· 11 years ago
0538f75
batman-adv: make struct batadv_neigh_node algorithm agnostic
by Antonio Quartulli
· 11 years ago
e75de4f
batman-adv: remove bogus comment
by Antonio Quartulli
· 11 years ago
bbb877e
batman-adv: make the GW module correctly talk to the new VLAN-TT
by Antonio Quartulli
· 11 years ago
c018ad3
batman-adv: add the VLAN ID attribute to the TT entry
by Antonio Quartulli
· 11 years ago
293e933
batman-adv: use htons when possible
by Antonio Quartulli
· 11 years ago
f7f8ed5
batman-adv: h_vlan_encapsulated_proto access refactoring
by Antonio Quartulli
· 12 years ago
414254e
batman-adv: tvlv - gateway download/upload bandwidth container
by Marek Lindner
· 12 years ago
c6eaa3f
batman-adv: send GW_DEL event when the gw client mode is deselected
by Antonio Quartulli
· 11 years ago
9d2c948
batman-adv: fix potential kernel paging errors for unicast transmissions
by Linus Lüssing
· 11 years ago
0c81465
batman-adv: use seq_puts instead of seq_printf when the format is constant
by Antonio Quartulli
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
0b87393
batman-adv: update copyright years
by Antonio Quartulli
· 12 years ago
30da63a
batman-adv: consolidate duplicated primary_if checking code
by Marek Lindner
· 12 years ago
c67893d
batman-adv: Reduce accumulated length of simple statements
by Sven Eckelmann
· 12 years ago
807736f
batman-adv: Split batadv_priv in sub-structures for features
by Sven Eckelmann
· 12 years ago
caa0bf6
batman-adv: select an internet gateway if none was chosen
by Marek Lindner
· 12 years ago
b706b13
batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}
by Sven Eckelmann
· 12 years ago
56303d3
batman-adv: Prefix types structs with batadv_
by Sven Eckelmann
· 12 years ago
39c75a5
batman-adv: Prefix main enum with BATADV_
by Sven Eckelmann
· 12 years ago
e9a4f29
batman-adv: Prefix hard-interface enum with BATADV_
by Sven Eckelmann
· 12 years ago
cd646ab
batman-adv: Prefix gateway enum with BATADV_
by Sven Eckelmann
· 12 years ago
42d0b04
batman-adv: Prefix main defines with BATADV_
by Sven Eckelmann
· 12 years ago
347c80f
batman-adv: Prefix local defines with BATADV_
by Sven Eckelmann
· 12 years ago
3e34819
batman-adv: Prefix remaining function like macros with batadv_
by Sven Eckelmann
· 12 years ago
1409a83
batman-adv: Prefix gateway_client local static functions with batadv_
by Sven Eckelmann
· 13 years ago
1eda58b
batman-adv: Prefix main static inline functions with batadv_
by Sven Eckelmann
· 13 years ago
e5d8925
batman-adv: Prefix hard-interface static inline functions with batadv_
by Sven Eckelmann
· 13 years ago
9cfc7bd
batman-adv: Reformat multiline comments to consistent style
by Sven Eckelmann
· 13 years ago
08c36d3
batman-adv: Prefix translation-table non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
30d3c51
batman-adv: Prefix routing non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
7d211ef
batman-adv: Prefix originator non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
84d5e5e
batman-adv: Prefix gateway-common non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
7cf06bc
batman-adv: Prefix gateway-client non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
5853e22
batman-adv: Prefix bat_sysfs non-static functions with batadv_
by Sven Eckelmann
· 13 years ago
9205cc5
batman-adv: fix wrong dhcp option list browsing
by Antonio Quartulli
· 13 years ago
86ceb36
batman-adv: Ignore 80-chars per line limits for strings
by Sven Eckelmann
· 13 years ago
7c64fd9
batman-adv: Fix indentation of multiline statements
by Sven Eckelmann
· 13 years ago
567db7b
batman-adv: Update copyright years
by Sven Eckelmann
· 13 years ago
032b796
batman-adv: convert time_after instances to has_timed_out
by Marek Lindner
· 13 years ago
2ef04f4
batman-adv: remove extra negation in gw_out_of_range()
by Dan Carpenter
· 13 years ago
be7af5c
batman-adv: refactoring gateway handling code
by Marek Lindner
· 13 years ago
015758d
batman-adv: correct several typ0s in the comments
by Antonio Quartulli
· 13 years ago
44c4349
batman-adv: Replace version info instead of appending them
by Sven Eckelmann
· 13 years ago
43676ab5
batman-adv: improved gateway tq-based selection
by Antonio Quartulli
· 14 years ago
19595e0
batman-adv: throw uevent in userspace on gateway add/change/del event
by Antonio Quartulli
· 13 years ago
2265c14
batman-adv: gateway election code refactoring
by Antonio Quartulli
· 14 years ago
b4e1705
batman-adv: Reduce usage of char
by Sven Eckelmann
· 13 years ago
ecbd532
batman-adv: use NO_FLAGS define instead of hard-coding 0
by Marek Lindner
· 13 years ago
6b9aadf
batman-adv: Don't return value in void function
by Sven Eckelmann
· 13 years ago
728cbc6
batman-adv: Use rcu_dereference_protected by update-side
by Sven Eckelmann
· 13 years ago
704509b
batman-adv: Calculate sizeof using variable insead of types
by Sven Eckelmann
· 13 years ago
747e422
batman-adv: Add const type qualifier for pointers
by Sven Eckelmann
· 13 years ago
1b38bed
batman-adv: Use kzalloc rather than kmalloc followed by memset with 0
by Sven Eckelmann
· 14 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 13 years ago
eb340b2
batman,rcu: convert call_rcu(gw_node_free_rcu) to kfree_rcu
by Paul E. McKenney
· 14 years ago
32ae9b2
batman-adv: Make bat_priv->primary_if an rcu protected pointer
by Marek Lindner
· 14 years ago
71e4aa9
batman-adv: fix gw_node_update() and gw_election()
by Antonio Quartulli
· 14 years ago
c4aac1a
batman-adv: concentrate all curr_gw related rcu operations in select/deselect functions
by Marek Lindner
· 14 years ago
e1a5382f
batman-adv: Make orig_node->router an rcu protected pointer
by Linus Lüssing
· 14 years ago
57f0c07
batman-adv: Simplify gw_check_election(), use gw_get_selected()
by Linus Lüssing
· 14 years ago
4c80485
batman-adv: Make gateway_get_selected type safe
by Linus Lüssing
· 14 years ago
7b36e8e
batman-adv: Correct rcu refcounting for orig_node
by Marek Lindner
· 14 years ago
43c70ad
batman-adv: Increase orig_node refcount before releasing rcu read lock
by Linus Lüssing
· 14 years ago
5d02b3c
batman-adv: Make bat_priv->curr_gw an rcu protected pointer
by Linus Lüssing
· 14 years ago
25b6d3c
batman-adv: Correct rcu refcounting for gw_node
by Marek Lindner
· 14 years ago
64afe35
batman-adv: Update copyright years
by Sven Eckelmann
· 14 years ago
c6c8fea
net: Add batman-adv meshing protocol
by Sven Eckelmann
· 14 years ago