summaryrefslogtreecommitdiff
path: root/net/batman-adv/icmp_socket.c
AgeCommit message (Expand)Author
2020-12-04batman-adv: Drop deprecated debugfs supportSven Eckelmann
2020-12-04batman-adv: Add new include for min/max helpersSven Eckelmann
2020-05-20batadv_socket_read(): get rid of pointless access_ok()Al Viro
2020-01-01batman-adv: Update copyright years for 2020Sven Eckelmann
2019-06-27batman-adv: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-03-25batman-adv: Drop license boilerplateSven Eckelmann
2019-02-01Merge tag 'batadv-next-for-davem-20190201' of git://git.open-mesh.org/linux-m...David S. Miller
2019-01-04batman-adv: Update copyright years for 2019Sven Eckelmann
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-09-14batman-adv: Mark debugfs functionality as deprecatedSven Eckelmann
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-18batman-adv: Add missing include for EPOLL* constantsSven Eckelmann
2018-02-26batman-adv: Update copyright years for 2018Sven Eckelmann
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-12-21batman-adv: Convert packet.h to uapi headerSven Eckelmann
2017-12-15batman-adv: Add kernel-doc to externally visible functionsSven Eckelmann
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann
2017-12-15batman-adv: include gfp.h for GFP_* definesSven Eckelmann
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann
2017-11-27net: annotate ->poll() instancesAl Viro
2017-09-28batman-adv: Remove unnecessary parenthesesSven Eckelmann
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-01-26batman-adv: update copyright years for 2017Sven Eckelmann
2016-10-19batman-adv: Use octal permissions instead of macrosSven Eckelmann
2016-06-30batman-adv: Consolidate logging related functionsSven Eckelmann
2016-05-04batman-adv: fix wrong names in kerneldocAntonio Quartulli
2016-05-04batman-adv: use list_for_each_entry_safeGeliang Tang
2016-02-29batman-adv: keep track of when unicast packets are sentAntonio Quartulli
2016-02-23batman-adv: Rename batadv_neigh_node *_free_ref function to *_putSven Eckelmann
2016-02-23batman-adv: Rename batadv_hardif *_free_ref function to *_putSven Eckelmann
2016-02-23batman-adv: Rename batadv_orig_node *_free_ref function to *_putSven Eckelmann
2016-02-02batman-adv: update copyright years for 2016Sven Eckelmann
2015-08-25batman-adv: Fix kerneldoc over 80 column linesSven Eckelmann
2015-08-25batman-adv: Replace C99 int types with kernel typeSven Eckelmann
2015-06-07batman-adv: Add required includes to all filesSven Eckelmann
2015-05-29batman-adv: update copyright years for 2015Sven Eckelmann
2014-03-22batman-adv: prefer ether_addr_copy to memcpyAntonio Quartulli
2014-01-12batman-adv: update copyright years for 2014Simon Wunderlich
2014-01-12batman-adv: split out router from orig_nodeSimon Wunderlich
2014-01-08batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli
2013-12-28batman-adv: fix header alignment by unrolling batadv_headerSimon Wunderlich
2013-10-23batman-adv: generalize batman-adv icmp packet handlingSimon Wunderlich
2013-10-12batman-adv: create common header for ICMP packetsAntonio Quartulli
2013-08-28batman-adv: set skb priority according to contentSimon Wunderlich
2013-05-29batman-adv: don't deal with NET_IP_ALIGN manuallyAntonio Quartulli
2013-01-19batman-adv: update copyright yearsAntonio Quartulli
2012-11-07batman-adv: Reserve extra bytes in skb for better alignmentSven Eckelmann