aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu1-2/+2
2015-11-23net: atm: constify in_cache_ops and eg_cache_ops structuresJulia Lawall2-4/+4
2015-09-17atm: deal with setting entry before mkip was calledSasha Levin1-0/+3
2015-07-31br2684: Remove unnecessary formatting macros b1 and bsJoe Perches1-6/+3
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman4-5/+5
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-34/+8
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-03-03atm: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2015-03-03net/atm/signaling.c: remove WAIT_FOR_DEMON codeFabian Frederick1-24/+0
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue2-8/+6
2014-12-09put iov_iter into msghdrAl Viro1-4/+1
2014-11-24[atm] switch vcc_sendmsg() to copy_from_iter()Al Viro1-11/+6
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-09-10atm: Convert pr_warning to pr_warnJoe Perches2-3/+3
2014-09-01net: Pass a "more" indication down into netdev_start_xmit() code paths.David S. Miller1-1/+1
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller1-1/+1
2014-08-21lec: Use rtnl lock/unlock when updating MTUchas williams - CONTRACTOR1-0/+2
2014-08-13lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70achas williams - CONTRACTOR1-4/+1
2014-08-13atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR1-28/+32
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen2-3/+4
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+2
2014-05-30atm: remove commented out checkPaul Bolle1-8/+2
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller5-11/+11
2014-03-27atm: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-01-21net: Fix some fallout from the etner_addr_copy() changes.David S. Miller1-1/+1
2014-01-21atm: Use ether_addr_copyJoe Perches2-5/+6
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-05-28net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang1-1/+3
2013-05-28net: pass info struct via netdevice notifierJiri Pirko2-6/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-04-07atm: update msg_namelen in vcc_recvmsg()Mathias Krause1-0/+2
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin3-41/+35
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2012-12-17atm: use scnprintf() instead of sprintf()chas williams - CONTRACTOR1-25/+15
2012-12-02pppoatm: optimise PPP channel wakeups after sock_owned_by_user()David Woodhouse1-2/+19
2012-12-02br2684: allow assign only on a connected socketKrzysztof Mazur1-2/+5
2012-12-02br2684: fix module_put() raceDavid Woodhouse1-1/+4
2012-12-02pppoatm: fix missing wakeup in pppoatm_send()David Woodhouse1-0/+12
2012-12-02br2684: don't send frames on not-ready vccDavid Woodhouse1-3/+40
2012-12-02atm: add release_cb() callback to vccDavid Woodhouse1-0/+10
2012-11-30pppoatm: do not inline pppoatm_may_send()Krzysztof Mazur1-1/+1
2012-11-30pppoatm: drop frames to not-ready vccKrzysztof Mazur1-0/+7