summaryrefslogtreecommitdiffstats
path: root/net/atm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-044-11/+6
|\
| * net/atm: convert to ->poll_maskChristoph Hellwig2018-05-264-11/+6
* | atm: switch to proc_create_seq_privateChristoph Hellwig2018-05-161-59/+13
* | atm: simplify procfs codeChristoph Hellwig2018-05-161-58/+7
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+2
* | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-13/+2
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-13/+1
* | net: atm: Fix potential Spectre v1Gustavo A. R. Silva2018-05-041-2/+7
|/
* net: Use octal not symbolic permissionsJoe Perches2018-03-264-9/+9
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-122-6/+4
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-318-44/+43
|\
| * net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-164-4/+0
| * atm: mpoa: remove 32-bit timekeepingTina Ruchandani2017-11-305-40/+43
* | net: annotate ->poll() instancesAl Viro2017-11-272-3/+3
|/
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-3/+3
* net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook2017-11-211-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-153-17/+17
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0422-0/+22
| |\
| * | net: atm/mpc: Stop using open-coded timer .data fieldKees Cook2017-10-251-4/+6
| * | net: atm: Convert timers to use timer_setup()Kees Cook2017-10-183-13/+11
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-1/+1
|\ \ \ | |_|/ |/| |
| * | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0222-0/+22
|/
* net: atm: make atmdev_ops constBhumika Goyal2017-08-094-4/+4
* net, atm: convert eg_cache_entry.use from atomic_t to refcount_tReshetova, Elena2017-07-042-8/+8
* net, atm: convert in_cache_entry.use from atomic_t to refcount_tReshetova, Elena2017-07-042-7/+8
* net, atm: convert lec_arp_table.usage from atomic_t to refcount_tReshetova, Elena2017-07-042-4/+4
* net, atm: convert atm_dev.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-042-2/+2
* net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-018-14/+14
* net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-011-3/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
* neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-151-2/+3
|\
| * net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-2/+3
* | atm: remove an unnecessary loopFrancois Romieu2017-03-131-9/+13
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* net: atm: Fix warnings in net/atm/lec.c when !CONFIG_PROC_FSAugusto Mecking Caringi2016-12-281-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-172-25/+24
|\
| * ATM: use designated initializersKees Cook2016-12-172-25/+24
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-1/+1
|\ \ | |/ |/|
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
* | net: remove MTU limits on a few ether_setup callersJarod Wilson2016-10-211-1/+3
* | net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-10/+1
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-2/+0
|/
* lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-101-6/+6