aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm/lec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-03atm: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
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-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-5/+5
2014-01-21net: Fix some fallout from the etner_addr_copy() changes.David S. Miller1-1/+1
2014-01-21atm: Use ether_addr_copyJoe Perches1-4/+5
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-35/+31
2012-06-04net: Remove casts to same typeJoe Perches1-1/+1
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet1-2/+4
2012-05-15atm: remove the coupling to token ring supportPaul Gortmaker1-130/+8
2012-05-09atm: Convert compare_ether_addr to ether_addr_equalJoe Perches1-3/+3
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+1
2011-05-26atm: Drop __TIME__ usageMichal Marek1-1/+1
2011-04-17atm: lec: Fix set-but-unused variables.David S. Miller1-4/+0
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-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo1-1/+1
2010-11-17net/atm: Remove unnecessary casts of netdev_privJoe Perches1-2/+1
2010-08-19atm: remove a net_device_stats clearEric Dumazet1-1/+0
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-6/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-26net/atm/lec.c: Add __lec_arp_check_expire and other cleanupsJoe Perches1-73/+80
2010-01-26net/atm/lec.c: checkpatch cleanupsJoe Perches1-148/+136
2010-01-26net/atm: Convert printk to pr_<level>Joe Perches1-110/+82
2009-12-08atm: [lec] initialize .netdev_ops before calling register_netdev()chas williams - CONTRACTOR1-9/+1
2009-09-01convert ATM drivers to netdev_tx_tStephen Hemminger1-2/+4
2009-08-05net: mark read-only arrays as constJan Engelhardt1-4/+5
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-4/+4
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-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 Hemminger1-27/+17
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen1-16/+18
2008-10-27net: convert print_mac to %pMJohannes Berg1-21/+5
2008-09-22net/atm/lec.c: drop code after returnJulia Lawall1-1/+0
2008-06-17atm: use const where reasonableMitchell Blank Jr1-28/+27
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+19
2008-04-10[ATM]: Use SEQ_START_TOKENJoe Perches1-4/+4
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller1-10/+19
2008-03-23Merge branch 'master' of ../net-2.6/David S. Miller1-0/+4
2008-03-23[ATM]: When proc_create() fails, do some error handling work and return -ENOMEM.Wang Chen1-0/+4
2008-02-29[ATM]: Use seq_open/release_privade instead of manual manipulations.Pavel Emelyanov1-27/+2
2008-02-28[ATM]: Use proc_create() to setup ->proc_fops firstWang Chen1-3/+1
2008-01-28[ATM]: Suppress some sparse warningsEric Dumazet1-1/+1
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+2
2007-10-10[ATM] net/atm/lec.c: printk warning fixAndrew Morton1-1/+1
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-18/+11
2007-10-10[ATM]: Replace DPRINTK() with pr_debug().Stephen Hemminger1-55/+49