aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
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/net-2.6David S. Miller14-0/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun 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() when we can send packets again.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/net-2.6David 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