summaryrefslogtreecommitdiffstats
path: root/net/ax25
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | net: ax25: Convert timers to use timer_setup()Kees Cook2017-10-253-30/+27
|/
* net, ax25: convert ax25_cb.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, ax25: convert ax25_route.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, ax25: convert ax25_uid_assoc.refcount from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* ax25: Fix segfault after sock connection timeoutBasil Gunn2017-01-161-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2417-17/+17
* AX.25: Close socket connection on session completionBasil Gunn2016-06-184-4/+12
* ax25: add link layer header validation functionWillem de Bruijn2016-03-091-0/+15
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+3
* NET: AX.25: Stop heartbeat timer on disconnect.Richard Stearn2015-07-151-0/+1
* ax25: Stop using sock->sk_protinfo.David Miller2015-06-282-16/+16
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-185-5/+0
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-2/+2
* ax25: Fix the build when CONFIG_INET is disabledkbuild test robot2015-03-051-1/+1
* ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-031-54/+6
* ax25: Stop depending on arp_findEric W. Biederman2015-03-021-12/+28
* ax25: Stop calling/abusing dev_rebuild_headerEric W. Biederman2015-03-021-8/+2
* neigh: Move neigh_compat_output into ax25_ip.cEric W. Biederman2015-03-021-2/+16
* ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-021-0/+21
* ax25: Make ax25_header and ax25_rebuild_header staticEric W. Biederman2015-03-021-10/+8
* ax25: In ax25_rebuild_header add missing kfree_skbEric W. Biederman2015-03-021-0/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3
* new helper: memcpy_from_msg()Al Viro2014-11-241-1/+1
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-2/+2
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+2
* ax25: cleanup a range testDan Carpenter2013-10-181-1/+1
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-1/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-3/+3
* ax25: fix info leak via msg_name in ax25_recvmsg()Mathias Krause2013-04-071-0/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-275-25/+13
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-3/+3
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-3/+4
* userns: Convert net/ax25 to use kuid_t where appropriateEric W. Biederman2012-08-141-7/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-0/+1
|\
| * ax25: Fix missing breakAlan Cox2012-07-161-0/+1
* | small cleanup in ax25_addr_parse()Dan Carpenter2012-07-091-2/+4
* | net: use consume_skb() in place of kfree_skb()Eric Dumazet2012-06-042-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-231-3/+4
|\
| * net ax25: Reorder ax25_exit to remove races.Eric W. Biederman2012-04-191-4/+5
* | net ax25: Simplify and cleanup the ax25 sysctl handling.Eric W. Biederman2012-04-203-64/+30
* | net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-201-2/+2
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-2817-17/+0
OpenPOWER on IntegriCloud