Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/atm
AgeCommit message (Expand)Author
2017-03-10net: 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-28lib/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-18Merge 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-11lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-08-19net: 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-18atm: deal with setting entry before mkip was calledSasha Levin
2015-08-01br2684: 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-07treewide: Fix typo in printk messagesMasanari Iida
2015-03-04atm: 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
2014-12-10put iov_iter into msghdrAl Viro
2014-11-24[atm] switch vcc_sendmsg() to copy_from_iter()Al Viro
2014-11-06net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-09-10atm: Convert pr_warning to pr_warnJoe Perches
2014-09-02net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller
2014-08-25net: Add ops->ndo_xmit_flush()David S. Miller
2014-08-22lec: Use rtnl lock/unlock when updating MTUchas williams - CONTRACTOR
2014-08-14lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70achas williams - CONTRACTOR
2014-08-14atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-05-31atm: remove commented out checkPaul Bolle
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-27atm: replace del_timer by del_timer_syncJulia Lawall
2014-01-22net: Fix some fallout from the etner_addr_copy() changes.David S. Miller
2014-01-22atm: Use ether_addr_copyJoe Perches
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-05-29net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang
2013-05-29net: pass info struct via netdevice notifierJiri Pirko
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds