aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm
AgeCommit message (Expand)AuthorFilesLines
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/vir...Linus 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/vir...Linus 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
2012-11-28pppoatm: take ATM socket lock in pppoatm_send()Krzysztof Mazur1-2/+17
2012-11-28pppoatm: fix module_put() raceKrzysztof Mazur1-2/+7
2012-11-28pppoatm: allow assign only on a connected socketKrzysztof Mazur1-0/+2
2012-11-28atm: add owner of push() callback to atmvccKrzysztof Mazur1-0/+2
2012-11-26atm: br2684: Fix excessive queue bloatDavid Woodhouse1-14/+22
2012-08-31net:atm:fix up ENOIOCTLCMD error handlingWanlong Gao1-1/+1
2012-08-15atm: fix info leak via getsockname()Mathias Krause1-0/+1
2012-08-15atm: fix info leak in getsockopt(SO_ATMPVC)Mathias Krause1-0/+1
2012-06-04net: Remove casts to same typeJoe Perches1-1/+1
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet2-3/+5
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-05-15atm: remove the coupling to token ring supportPaul Gortmaker2-131/+8
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-5/+3
2012-05-09atm: Convert compare_ether_addr to ether_addr_equalJoe Perches2-5/+4
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet3-3/+3
2012-04-13pppoatm: Fix excessive queue bloatDavid Woodhouse1-10/+85
2012-04-08Merge branch 'master' into for-nextJiri Kosina2-10/+20
2012-04-05atm: fix commentsAlexandra Vintila1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2012-02-22atm: clip: remove clip_tblEric Dumazet1-4/+6
2012-02-01atm: clip: Convert over to dst_neigh_lookup().David S. Miller1-4/+13
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-1/+1
2011-12-02atm: clip: Remove code commented out since eternity.David S. Miller1-9/+0
2011-11-30atm: clip: Use device neigh support on top of "arp_tbl".David Miller1-72/+14
2011-11-30atm: clip: Convert over to neighbour_priv()David Miller1-13/+15
2011-11-30neigh: Do not set tbl->entry_size in ipv4/ipv6 neigh tables.David Miller1-1/+0
2011-11-30neigh: Add infrastructure for allocating device neigh privates.David Miller1-0/+1
2011-11-29atm: br2684: Avoid alignment issuesPascal Hambourg1-1/+2
2011-11-29atm: br2684: Make headroom and hard_header_len depend on the payload typePascal Hambourg1-2/+6
2011-11-26atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR1-1/+1
2011-11-22atm: Allow MSG_PEEK for atm socketsJorge Boncompte [DTI2]1-3/+11
2011-11-22atm: Introduce vcc_process_recv_queueJorge Boncompte [DTI2]5-27/+31
2011-11-22atm: clip: move clip_devs check to clip_pushJorge Boncompte [DTI2]1-7/+10
2011-11-22atm: clip: Don't move counters backwardsJorge Boncompte [DTI2]1-9/+1
2011-11-22atm: br2684: Do not move counters backwardsJorge Boncompte [DTI2]1-8/+1
2011-11-14neigh: new unresolved queue limitsEric Dumazet1-1/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-3/+4
2011-08-20atm: br2684: Fix oops due to skb->dev being NULLDaniel Schwierzeck1-3/+4
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-01atm: br2864: sent packets truncated in VC routed modeChas Williams1-2/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma5-5/+5
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-6/+10
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-2/+2
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-1/+0
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-1/+0
2011-06-16net: Remove casts of void *Joe Perches1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+10
2011-05-27atm: expose ATM device index in sysfsDan Williams1-0/+10
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2-2/+2
2011-05-26atm: Drop __TIME__ usageMichal Marek2-2/+2
2011-05-24net: convert %p usage to %pKDan Rosenberg1-2/+2
2011-04-17atm: lec: Fix set-but-unused variables.David S. Miller1-4/+0
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2-2/+2
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville1-0/+1
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-3/+1
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-3/+3
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-12-19net: kill unused macrosShan Wei1-2/+0
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-5/+7
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo1-1/+1
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams3-5/+7
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-1/+2
2010-11-17net/atm: Remove unnecessary casts of netdev_privJoe Perches2-3/+2
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-4/+3
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-10-11ATM: mpc, fix use after freeJiri Slaby1-1/+1
2010-10-05net neigh: RCU conversion of neigh hash tableEric Dumazet1-2/+2
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-10/+2
2010-09-26br2684: fix scheduling while atomicKarl Hiramoto1-10/+2
2010-08-19atm: remove a net_device_stats clearEric Dumazet1-1/+0
2010-08-16net/atm: Adjust confusing if indentationJulia Lawall1-1/+1
2010-08-04ppp: make channel_ops conststephen hemminger1-1/+1
2010-07-09atm/br2684: register notifier event for carrier signal changes.Karl Hiramoto1-2/+64
2010-07-09atm: propagate signal changes via notifierKarl Hiramoto1-0/+30
2010-06-10net-next: remove useless union keywordChangli Gao1-1/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches4-59/+0
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet1-8/+14
2010-04-20net: sk_sleep() helperEric Dumazet3-38/+38
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller14-0/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo14-0/+14
2010-03-21atm: Use kasprintfEric Dumazet1-9/+1
2010-02-10net: atm: use seq_list_foo() helpersLi Zefan2-17/+3
2010-01-26net/atm: Cleanup dprint/ddprintk #defines and usesJoe Perches3-107/+124
2010-01-26net/atm/lec.c: Add __lec_arp_check_expire and other cleanupsJoe Perches1-73/+80
2010-01-26net/atm/svc.c: checkpatch cleanupsJoe Perches1-124/+125
2010-01-26net/atm/signaling.c: checkpatch cleanupsJoe Perches1-101/+101
2010-01-26net/atm/resources.c: checkpatch cleanupsJoe Perches1-198/+192
2010-01-26net/atm/raw.c: checkpatch cleanupsJoe Perches1-14/+7
2010-01-26net/atm/pvc.c: checkpatch cleanupsJoe Perches1-22/+21
2010-01-26net/atm/proc.c: checkpatch cleanupsJoe Perches1-37/+44
2010-01-26net/atm/pppoatm.c: checkpatch cleanupsJoe Perches1-4/+7
2010-01-26net/atm/mpoa_proc.c: checkpatch cleanupsJoe Perches1-33/+31
2010-01-26net/atm/mpoa_caches.c: checkpatch cleanupsJoe Perches1-72/+88
2010-01-26net/atm/mpc.c: checkpatch cleanupsJoe Perches1-193/+252
2010-01-26net/atm/lec.c: checkpatch cleanupsJoe Perches1-148/+136
2010-01-26net/atm/ioctl.c: checkpatch cleanupsJoe Perches1-98/+97
2010-01-26net/atm/common.c: checkpatch cleanupsJoe Perches1-165/+173
2010-01-26net/atm/clip.c: checkpatch cleanupsJoe Perches1-14/+12
2010-01-26net/atm/br2684.c: checkpatch cleanupsJoe Perches1-41/+31
2010-01-26net/atm/atm_sysfs.c: checkpatch cleanupsJoe Perches1-13/+14
2010-01-26net/atm/atm_misc.c: checkpatch cleanupsJoe Perches1-24/+16
2010-01-26net/atm/addr.c: Convert include <asm to include <linuxJoe Perches1-1/+1
2010-01-26net/atm: Convert printk to pr_<level>Joe Perches12-212/+190
2009-12-08atm: [br2684] allow routed mode operation againchas williams - CONTRACTOR1-3/+8
2009-12-08atm: [lec] initialize .netdev_ops before calling register_netdev()chas williams - CONTRACTOR1-9/+1
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-11-11net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann1-2/+175
2009-11-05net: pass kern to net_proto_family create functionEric Paris2-4/+6
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-10-07net: mark net_proto_ops as constStephen Hemminger2-2/+2
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller4-4/+4
2009-09-02atm/br2684: netif_stop_queue() when atm device busy and netif_wake_queue() wh...Karl Hiramoto1-10/+27
2009-09-01net: make neigh_ops constantStephen Hemminger1-1/+1
2009-09-01convert ATM drivers to netdev_tx_tStephen Hemminger4-6/+12
2009-08-05net: mark read-only arrays as constJan Engelhardt2-8/+10
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+3
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa1-3/+3
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy3-12/+12
2009-06-18atm: sk_wmem_alloc initial value is oneEric Dumazet4-11/+10
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 7)Patrick McHardy1-1/+2
2009-06-11bridge: Simplify interface for ATM LANEMichał Mirosław1-13/+4
2009-06-03net: skb->dst accessorsEric Dumazet2-8/+8
2009-05-29atm: unset IFF_XMIT_DST_RELEASE in clip_setup()Eric Dumazet1-0/+1
2009-05-28atm: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller2-36/+17
2009-05-02Subject: [PATCH] br2684: restore net_dev initializationRabin Vincent1-0/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2-2/+0
2009-03-21atm: convert clip driver to net_device_opsStephen Hemminger1-3/+6
2009-03-21atm: convert mpc device to using netdev_opsStephen Hemminger2-19/+18
2009-03-21atm: lec use dev_change_mtuStephen Hemminger1-1/+1
2009-01-21lec: convert to net_device_opsStephen Hemminger1-9/+11
2009-01-21lec: convert to internal network_device_statsStephen Hemminger2-28/+17
2009-01-21clip: convert to internal network_device_statsStephen Hemminger1-18/+12
2009-01-21br2684: convert to net_device_opsStephen Hemminger1-9/+11
2009-01-21atm: br2684 internal statsStephen Hemminger1-23/+15
2008-12-08netdevice: Kill netdev->privWang Chen1-2/+2
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+5
2008-12-04ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams1-1/+5
2008-12-03atm: 32-bit ioctl compatibilityDavid Woodhouse6-27/+135
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen3-22/+24
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison3-21/+27
2008-10-27net: convert print_mac to %pMJohannes Berg2-24/+7
2008-09-22net/atm/lec.c: drop code after returnJulia Lawall1-1/+0
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-4/+4
2008-07-30atm: fix const assignment/discard warnings in the ATM networking driverDavid Howells1-9/+13
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2-2/+2
2008-06-17atm: use const where reasonableMitchell Blank Jr6-51/+50
2008-06-16atm: [br2864] fix routed vcmux supportEric Kinzie1-32/+44
2008-06-16atm: [br2684] Fix oops due to skb->dev being NULLJorge Boncompte [DTI2]1-1/+1
2008-05-06Revert "atm: Do not free already unregistered net device."David S. Miller1-0/+2
2008-05-04atm: Bad locking on br2684_devs modifications.Pavel Emelyanov1-2/+2
2008-05-04atm: Do not free already unregistered net device.Pavel Emelyanov1-2/+0
2008-05-02atm: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev1-4/+2