summaryrefslogtreecommitdiff
path: root/net/atm
AgeCommit message (Expand)Author
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-21net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25net: atm/mpc: Stop using open-coded timer .data fieldKees Cook
2017-10-18net: atm: Convert timers to use timer_setup()Kees Cook
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-08-09net: atm: make atmdev_ops constBhumika Goyal
2017-07-04net, atm: convert eg_cache_entry.use from atomic_t to refcount_tReshetova, Elena
2017-07-04net, atm: convert in_cache_entry.use from atomic_t to refcount_tReshetova, Elena
2017-07-04net, atm: convert lec_arp_table.usage from atomic_t to refcount_tReshetova, Elena
2017-07-04net, atm: convert atm_dev.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert neighbour.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-13atm: remove an unnecessary loopFrancois Romieu
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2016-12-28net: atm: Fix warnings in net/atm/lec.c when !CONFIG_PROC_FSAugusto Mecking Caringi
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-17ATM: use designated initializersKees Cook
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-10lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-08-18net: atm: remove redundant null pointer check on dev->nameColin Ian King
2016-07-05net: add dev arg to ndo_neigh_construct/destroyJiri Pirko
2016-05-23net/atm: sk_err_soft must be positiveStefan Hajnoczi
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu
2015-11-23net: atm: constify in_cache_ops and eg_cache_ops structuresJulia Lawall
2015-09-17atm: deal with setting entry before mkip was calledSasha Levin
2015-07-31br2684: Remove unnecessary formatting macros b1 and bsJoe Perches
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2015-03-03atm: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-03net/atm/signaling.c: remove WAIT_FOR_DEMON codeFabian Frederick
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue