summaryrefslogtreecommitdiff
path: root/net/ax25
Commit message (Expand)AuthorAge
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | net: ax25: Convert timers to use timer_setup()Kees Cook2017-10-25
|/
* net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tReshetova, Elena2017-07-04
* net, ax25: convert ax25_route.refcount from atomic_t to refcount_tReshetova, Elena2017-07-04
* net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_tReshetova, Elena2017-07-04
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* ax25: Fix segfault after sock connection timeoutBasil Gunn2017-01-16
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* AX.25: Close socket connection on session completionBasil Gunn2016-06-18
* ax25: add link layer header validation functionWillem de Bruijn2016-03-09
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-14
* NET: AX.25: Stop heartbeat timer on disconnect.Richard Stearn2015-07-15
* ax25: Stop using sock->sk_protinfo.David Miller2015-06-28
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-18
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* ax25: Fix the build when CONFIG_INET is disabledkbuild test robot2015-03-05
* ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-03
* ax25: Stop depending on arp_findEric W. Biederman2015-03-02
* ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman2015-03-02
* neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-02
* ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-02
* ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman2015-03-02
* ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman2015-03-02
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* new helper: memcpy_from_msg()Al Viro2014-11-24
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-18
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* ax25: cleanup a range testDan Carpenter2013-10-18
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-13
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause2013-04-07
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-18
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-18
* userns: Convert net/ax25 to use kuid_t where appropriateEric W. Biederman2012-08-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-19
|\
| * ax25: Fix missing breakAlan Cox2012-07-16
* | small cleanup in ax25_addr_parse()Dan Carpenter2012-07-09
* | net: use consume_skb() in place of kfree_skb()Eric Dumazet2012-06-04
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-23
|\
| * net ax25: Reorder ax25_exit to remove races.Eric W. Biederman2012-04-19
* | net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman2012-04-20