aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/gateway_client.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-14batman-adv: Switch to linux/sprintf.hSven Eckelmann1-1/+1
2022-03-02batman-adv: Migrate to linux/container_of.hSven Eckelmann1-0/+1
2021-08-08batman-adv: Drop NULL check before dropping referencesSven Eckelmann1-30/+15
2021-08-08batman-adv: Check ptr for NULL before reducing its refcntSven Eckelmann1-11/+1
2021-08-05net: Remove redundant if statementsYajun Deng1-2/+1
2021-02-06batman-adv: Drop publication years from copyright infoSven Eckelmann1-1/+1
2020-12-04batman-adv: Drop deprecated debugfs supportSven Eckelmann1-39/+0
2020-08-18batman-adv: Avoid uninitialized chaddr when handling DHCPSven Eckelmann1-2/+4
2020-05-22batman-adv: use rcu_replace_pointer() where appropriateAntonio Quartulli1-2/+2
2020-01-01batman-adv: Update copyright years for 2020Sven Eckelmann1-1/+1
2019-03-25batman-adv: Make sysfs support optionalSven Eckelmann1-1/+0
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann1-12/+0
2019-02-09batman-adv: Add gateway mesh genl configurationSven Eckelmann1-1/+0
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann1-1/+1
2018-11-12batman-adv: Add inconsistent gateway netlink dump detectionSven Eckelmann1-0/+3
2018-09-06batman-adv: Prevent duplicated gateway_node entrySven Eckelmann1-2/+9
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2018-03-24batman-adv: fix packet loss for broadcasted DHCP packets to a serverLinus Lüssing1-1/+4
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann1-1/+1
2017-12-21batman-adv: Convert packet.h to uapi headerSven Eckelmann1-1/+1
2017-12-15batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann1-0/+38
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann1-11/+13
2017-12-15batman-adv: include gfp.h for GFP_* definesSven Eckelmann1-1/+1
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann1-0/+1
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann1-4/+4
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann1-1/+1
2016-10-19batman-adv: Use proper name for gateway list headSven Eckelmann1-3/+4
2016-10-19batman-adv: Remove needless init of variables on stackSven Eckelmann1-1/+1
2016-08-09batman-adv: Allow to disable debugfs supportSven Eckelmann1-0/+2
2016-08-09batman-adv: Place kref_get for gw_node near useSven Eckelmann1-1/+5
2016-08-09batman-adv: Place kref_get for orig_node near useSven Eckelmann1-1/+1
2016-08-09batman-adv: netlink: add gateway table queriesSven Eckelmann1-0/+59
2016-08-09batman-adv: B.A.T.M.A.N. V - implement GW selection logicAntonio Quartulli1-3/+2
2016-08-09batman-adv: make GW election code protocol specificAntonio Quartulli1-189/+28
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann1-0/+1
2016-06-30batman-adv: move GW mode and selection class to private data structureAntonio Quartulli1-6/+6
2016-06-30batman-adv: statically print gateway table headerAntonio Quartulli1-2/+1
2016-05-10batman-adv: Use kref_get for batadv_gw_node_addSven Eckelmann1-6/+2
2016-05-10batman-adv: Use kref_get for batadv_gw_selectSven Eckelmann1-2/+2
2016-02-23batman-adv: Rename batadv_gw_node *_free_ref function to *_putSven Eckelmann1-18/+17
2016-02-23batman-adv: Rename batadv_neigh_ifinfo *_free_ref function to *_putSven Eckelmann1-7/+7
2016-02-23batman-adv: Rename batadv_neigh_node *_free_ref function to *_putSven Eckelmann1-7/+7
2016-02-23batman-adv: Rename batadv_hardif *_free_ref function to *_putSven Eckelmann1-1/+1
2016-02-23batman-adv: Rename batadv_orig_node *_free_ref function to *_putSven Eckelmann1-4/+4
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2016-02-16batman-adv: Only put gw_node list reference when removedSven Eckelmann1-3/+4
2016-02-10batman-adv: Convert batadv_orig_node to krefSven Eckelmann1-2/+2
2016-02-10batman-adv: Convert batadv_gw_node to krefSven Eckelmann1-11/+29
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann1-1/+1
2016-02-02batman-adv: Fix kerneldoc parsing of return descriptionSven Eckelmann1-7/+7
2015-08-27batman-adv: fix gateway client style issuesSimon Wunderlich1-2/+0
2015-08-27batman-adv: remove obsolete deleted attribute for gateway nodeSimon Wunderlich1-36/+12
2015-08-25batman-adv: Remove multiple assignment per lineSven Eckelmann1-5/+10
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann1-7/+7
2015-08-17Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-6/+2
2015-08-11batman-adv: Avoid u32 overflow during gateway selectRuben Wisniewski1-1/+1
2015-08-11batman-adv: Replace gw_reselect divisor with simple shiftSven Eckelmann1-5/+1
2015-08-05batman-adv: initialize up/down values when adding a gatewaySimon Wunderlich1-0/+2
2015-06-07batman-adv: Remove unused post-VLAN ethhdr in batadv_gw_dhcp_recipient_getSven Eckelmann1-5/+0
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann1-7/+27
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann1-1/+1
2015-02-22batman-adv: Fix use of seq_has_overflowed()Joe Perches1-1/+1
2015-02-20batman-adv: Remove uses of return value of seq_printfJoe Perches1-9/+10
2015-01-07batman-adv: checkpatch - Please use a blank line after declarationsAntonio Quartulli1-0/+1
2014-12-23batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli1-1/+1
2014-05-15batman-adv: increase orig refcount when storing ref in gw_nodeAntonio Quartulli1-2/+9
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli1-1/+1
2014-03-22batman-adv: use vlan_/eth_hdr() instead of skb->data in interface_tx pathLinus Lüssing1-3/+3
2014-02-13net: remove unnecessary return'sstephen hemminger1-2/+0
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich1-1/+1
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich1-5/+6
2014-01-12batman-adv: split tq information in neigh_node structSimon Wunderlich1-9/+66
2014-01-08batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli1-95/+76
2014-01-08batman-adv: rename gw_deselect() to gw_reselect()Antonio Quartulli1-12/+23
2014-01-08batman-adv: deselect current GW on client mode switch offAntonio Quartulli1-0/+5
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli1-3/+1
2013-10-23batman-adv: make struct batadv_neigh_node algorithm agnosticAntonio Quartulli1-8/+8
2013-10-19batman-adv: remove bogus commentAntonio Quartulli1-5/+0
2013-10-19batman-adv: make the GW module correctly talk to the new VLAN-TTAntonio Quartulli1-3/+18
2013-10-19batman-adv: add the VLAN ID attribute to the TT entryAntonio Quartulli1-1/+2
2013-10-12batman-adv: use htons when possibleAntonio Quartulli1-2/+2
2013-10-12batman-adv: h_vlan_encapsulated_proto access refactoringAntonio Quartulli1-7/+12
2013-10-09batman-adv: tvlv - gateway download/upload bandwidth containerMarek Lindner1-66/+121
2013-08-28batman-adv: send GW_DEL event when the gw client mode is deselectedAntonio Quartulli1-0/+27
2013-08-10batman-adv: fix potential kernel paging errors for unicast transmissionsLinus Lüssing1-1/+12
2013-03-27batman-adv: use seq_puts instead of seq_printf when the format is constantAntonio Quartulli1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-8/+5
2013-01-19batman-adv: update copyright yearsAntonio Quartulli1-1/+1
2012-10-29batman-adv: consolidate duplicated primary_if checking codeMarek Lindner1-15/+4
2012-08-23batman-adv: Reduce accumulated length of simple statementsSven Eckelmann1-8/+13
2012-08-23batman-adv: Split batadv_priv in sub-structures for featuresSven Eckelmann1-16/+16
2012-08-06batman-adv: select an internet gateway if none was chosenMarek Lindner1-3/+3
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann1-1/+1
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann1-43/+47
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann1-11/+14
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann1-1/+1
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann1-4/+4
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann1-9/+9
2012-06-28batman-adv: Prefix local defines with BATADV_Sven Eckelmann1-6/+6
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann1-1/+1
2012-06-25batman-adv: Prefix gateway_client local static functions with batadv_Sven Eckelmann1-32/+35
2012-06-25batman-adv: Prefix main static inline functions with batadv_Sven Eckelmann1-27/+27
2012-06-24batman-adv: Prefix hard-interface static inline functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Reformat multiline comments to consistent styleSven Eckelmann1-22/+19
2012-06-20batman-adv: Prefix translation-table non-static functions with batadv_Sven Eckelmann1-2/+2
2012-06-20batman-adv: Prefix routing non-static functions with batadv_Sven Eckelmann1-2/+3
2012-06-20batman-adv: Prefix originator non-static functions with batadv_Sven Eckelmann1-14/+14
2012-06-20batman-adv: Prefix gateway-common non-static functions with batadv_Sven Eckelmann1-5/+7
2012-06-20batman-adv: Prefix gateway-client non-static functions with batadv_Sven Eckelmann1-19/+21
2012-06-20batman-adv: Prefix bat_sysfs non-static functions with batadv_Sven Eckelmann1-3/+3
2012-05-11batman-adv: fix wrong dhcp option list browsingAntonio Quartulli1-3/+3
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann1-18/+13
2012-02-28batman-adv: Fix indentation of multiline statementsSven Eckelmann1-1/+1
2012-02-17batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2012-02-17batman-adv: convert time_after instances to has_timed_outMarek Lindner1-1/+1
2011-12-07batman-adv: remove extra negation in gw_out_of_range()Dan Carpenter1-1/+1
2011-11-20batman-adv: refactoring gateway handling codeMarek Lindner1-59/+94
2011-08-22batman-adv: correct several typ0s in the commentsAntonio Quartulli1-5/+5
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann1-3/+2
2011-06-20batman-adv: improved gateway tq-based selectionAntonio Quartulli1-2/+92
2011-06-20batman-adv: throw uevent in userspace on gateway add/change/del eventAntonio Quartulli1-0/+6
2011-06-20batman-adv: gateway election code refactoringAntonio Quartulli1-56/+80
2011-06-20batman-adv: Reduce usage of charSven Eckelmann1-1/+1
2011-06-09batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner1-2/+2
2011-06-09batman-adv: Don't return value in void functionSven Eckelmann1-1/+1
2011-05-30batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann1-1/+1
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann1-6/+6
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann1-2/+2
2011-05-30batman-adv: Use kzalloc rather than kmalloc followed by memset with 0Sven Eckelmann1-2/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-122/+174
2011-05-07batman,rcu: convert call_rcu(gw_node_free_rcu) to kfree_rcuPaul E. McKenney1-9/+1
2011-05-01batman-adv: Make bat_priv->primary_if an rcu protected pointerMarek Lindner1-14/+19
2011-05-01batman-adv: fix gw_node_update() and gw_election()Antonio Quartulli1-4/+8
2011-04-17batman-adv: concentrate all curr_gw related rcu operations in select/deselect...Marek Lindner1-72/+98
2011-04-17batman-adv: Make orig_node->router an rcu protected pointerLinus Lüssing1-32/+48
2011-04-17batman-adv: Simplify gw_check_election(), use gw_get_selected()Linus Lüssing1-11/+12
2011-04-17batman-adv: Make gateway_get_selected type safeLinus Lüssing1-1/+1
2011-03-05batman-adv: Correct rcu refcounting for orig_nodeMarek Lindner1-2/+4
2011-03-05batman-adv: Increase orig_node refcount before releasing rcu read lockLinus Lüssing1-0/+3
2011-03-05batman-adv: Make bat_priv->curr_gw an rcu protected pointerLinus Lüssing1-30/+70
2011-03-05batman-adv: Correct rcu refcounting for gw_nodeMarek Lindner1-21/+16
2011-01-31batman-adv: Update copyright yearsSven Eckelmann1-1/+1
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann1-0/+477