aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-04-16net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-1/+5
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-2/+2
2019-03-07net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctlNathan Chancellor1-1/+1
2019-03-07net: atm: Use IS_ENABLED in atm_dev_ioctlNathan Chancellor1-6/+2
2019-02-16atm: clean up vcc_seq_next()Dan Carpenter1-1/+2
2018-10-23Revert "net: simplify sock_poll_wait"Karsten Graul1-1/+1
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-7/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-24atm: remove blank lines at EOFStephen Hemminger1-6/+0
2018-07-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar4-6/+11
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds4-6/+11
2018-06-21atomics/treewide: Remove atomic_inc_not_zero_hint()Mark Rutland1-1/+1
2018-06-17atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse7-14/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-11/+6
2018-05-26net/atm: convert to ->poll_maskChristoph Hellwig4-11/+6
2018-05-16atm: switch to proc_create_seq_privateChristoph Hellwig1-59/+13
2018-05-16atm: simplify procfs codeChristoph Hellwig1-58/+7
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig1-13/+2
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-13/+1
2018-05-04net: atm: Fix potential Spectre v1Gustavo A. R. Silva1-2/+7
2018-03-26net: Use octal not symbolic permissionsJoe Perches4-9/+9
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko2-6/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-44/+43
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan4-4/+0
2017-11-30atm: mpoa: remove 32-bit timekeepingTina Ruchandani5-40/+43
2017-11-27net: annotate ->poll() instancesAl Viro2-3/+3
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-3/+3
2017-11-21net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook1-2/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-17/+17
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-0/+22
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman22-0/+22
2017-10-25net: atm/mpc: Stop using open-coded timer .data fieldKees Cook1-4/+6
2017-10-18net: atm: Convert timers to use timer_setup()Kees Cook3-13/+11
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-08-09net: atm: make atmdev_ops constBhumika Goyal4-4/+4
2017-07-04net, atm: convert eg_cache_entry.use from atomic_t to refcount_tReshetova, Elena2-8/+8
2017-07-04net, atm: convert in_cache_entry.use from atomic_t to refcount_tReshetova, Elena2-7/+8
2017-07-04net, atm: convert lec_arp_table.usage from atomic_t to refcount_tReshetova, Elena2-4/+4
2017-07-04net, atm: convert atm_dev.refcnt from atomic_t to refcount_tReshetova, Elena2-2/+2
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena8-14/+14
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu1-2/+2