aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm
AgeCommit message (Expand)AuthorFilesLines
2008-12-04ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams1-1/+5
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
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-10/+19
2008-04-10[ATM]: Use SEQ_START_TOKENJoe Perches3-14/+15
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller1-10/+19
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2-2/+2
2008-03-23Merge branch 'master' of ../net-2.6/David S. Miller2-3/+20
2008-03-23[ATM]: When proc_create() fails, do some error handling work and return -ENOMEM.Wang Chen2-3/+20
2008-02-29[ATM]: Use seq_open/release_privade instead of manual manipulations.Pavel Emelyanov2-52/+9
2008-02-28[IPV4]: Remove check for ifa->ifa_dev != NULL.Denis V. Lunev1-4/+0
2008-02-28[ATM]: Use proc_create() to setup ->proc_fops firstWang Chen5-14/+9
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev1-1/+1
2008-01-28[ATM]: Suppress some sparse warningsEric Dumazet3-1/+5
2008-01-28[ATM]: Simplify /proc/net/atm/arp openingDenis V. Lunev1-37/+5
2008-01-28[ATM]: Oops reading net/atm/arpDenis V. Lunev1-2/+2
2008-01-28[NETNS]: Add netns parameter to inet_(dev_)add_type.Eric W. Biederman1-1/+1
2008-01-28[ATM]: [br2864] whitespace cleanupChas Williams1-108/+114
2008-01-28[ATM]: [br2864] routed supportEric Kinzie1-32/+116
2008-01-28[ATM]: Convert struct class_device to struct deviceKay Sievers1-30/+36
2008-01-28[ATM]: atm is no longer experimentalRobert P. J. Day1-7/+6
2008-01-28[NETNS]: Modify the neighbour table code so it handles multiple network names...Eric W. Biederman1-1/+14
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov1-1/+1
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+2
2008-01-09[ATM]: Check IP header validity in mpc_send_packetHerbert Xu1-0/+7
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-17[BR2684]: get rid of broken header code.Stephen Hemminger1-121/+0
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-5/+2
2007-10-10[NET]: sparse warning fixesStephen Hemminger1-1/+1
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 Perches2-28/+17
2007-10-10[NET]: all net/ cleanup with ARRAY_SIZEDenis Cheng1-1/+1
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman2-0/+7
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman4-9/+15
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-10-10[ATM]: Replace DPRINTK() with pr_debug().Stephen Hemminger8-182/+120
2007-08-13[ATM]: Clean up duplicate includes in net/atm/Jesper Juhl1-1/+0
2007-07-18[ATM]: Eliminate dead config variable CONFIG_BR2684_FAST_TRANS.Robert P. J. Day1-4/+0
2007-07-15fallout from constified seq_operationsAl Viro1-1/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter5-8/+8
2007-07-10[ATM] br2684: Use seq_list_xxx helpersPavel Emelianov1-18/+4
2007-04-26[NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, netMilind Arun Choudhary4-4/+4
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo3-9/+12
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_set_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2-2/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-3/+0
2007-04-25[TR]: Make tr_type_trans set skb->devArnaldo Carvalho de Melo1-1/+3
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-0/+3
2007-04-25[NET] ATM: Use htons() where appropriate.YOSHIFUJI Hideaki1-2/+2
2007-03-25[NET]: Fix neighbour destructor handling.Alexey Kuznetsov1-9/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau3-3/+0
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven5-10/+10
2007-02-10[NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki18-290/+290
2007-02-08[ATM]: Fix for crash in adummy_init()Daniel Walker1-1/+2
2006-12-08[PATCH] struct path: convert atmJosef Sipek1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells12-157/+99
2006-12-02[ATM]: Kill ipcommon.[ch]David S. Miller5-98/+47
2006-12-02[ATM]: Use kmemdup & kzalloc where applicableArnaldo Carvalho de Melo3-13/+6
2006-12-02[ATM]: Annotations.Al Viro9-46/+46
2006-11-22WorkStruct: make allyesconfigDavid Howells2-5/+6
2006-10-21[ATM]: handle sysfs errorsJeff Garzik1-3/+12
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-29[ATM]: [lec] use refcnt to protect lec_arp_entries outside lockChas Williams1-9/+23
2006-09-29[ATM]: [lec] add reference counting to lec_arp entriesChas Williams2-14/+29
2006-09-29[ATM]: [lec] use work queue instead of timer for lec arp expiryChas Williams2-11/+8
2006-09-29[ATM]: [lec] old_close is no longer usedChas Williams1-3/+0
2006-09-29[ATM]: [lec] convert lec_arp_table to hlistChas Williams3-282/+170
2006-09-29[ATM]: [lec] header indent, comment and whitespace cleanupChas Williams2-149/+171
2006-09-29[ATM]: [lec] indent, comment and whitespace cleanup [continued]Chas Williams1-884/+899
2006-09-29[ATM]: [lec] indent, comment and whitespace cleanupChas Williams1-692/+715
2006-09-28[ATM]: use NIPQUAD instead of open-coding itAl Viro2-18/+7
2006-09-22[ATM]: proper prototypes in net/atm/mpc.h (and reduce ifdef clutter)Adrian Bunk2-11/+8
2006-09-22[NET]: Remove unnecessary config.h includes from net/Dave Jones1-1/+0
2006-09-18[ATM] CLIP: Do not refer freed skbuff in clip_mkip().YOSHIFUJI Hideaki1-0/+2
2006-08-17[ATM]: Compile error on ARMKevin Hilman1-1/+1
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris6-12/+6
2006-07-09[ATM] net/atm/clip.c: fix PROC_FS=n compileAdrian Bunk1-4/+9
2006-07-08[ATM]: fix possible recursive locking in skb_migrate()Arjan van de Ven1-6/+11
2006-07-03[NET]: add+use poison definesRandy Dunlap1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel13-13/+0
2006-06-29[ATM]: basic sysfs support for ATM devicesRoman Kagan6-5/+206
2006-06-26[ATM]: atm/mpc.c warning fixAndrew Morton1-2/+1
2006-06-20[ATM]: fix broken uses of NIPQUAD in net/atmAl Viro2-18/+7
2006-06-17[NET]: Add netif_tx_lockHerbert Xu1-2/+2
2006-05-12[NEIGH]: Fix IP-over-ATM and ARP interaction.Simon Kelley1-1/+1
2006-04-14[ATM] clip: add module infoStephen Hemminger1-1/+2
2006-04-14[ATM] clip: notifier related cleanupsStephen Hemminger1-20/+6
2006-04-14[ATM] clip: get rid of PROC_FS ifdefStephen Hemminger1-9/+4
2006-04-14[ATM] clip: run through LindentStephen Hemminger1-211/+199
2006-04-14[ATM]: Clip timer race.Stephen Hemminger1-11/+5
2006-04-14[ATM]: clip causes unregister hangStephen Hemminger1-15/+27
2006-03-20[NET]: sem2mutex part 2Ingo Molnar3-18/+21
2006-03-20[NET] sem2mutex: net/Arjan van de Ven1-7/+8
2006-03-20[ATM]: Fix build after neigh->parms->neigh_destructor change.David S. Miller1-1/+1
2006-03-04[ATM]: keep atmsvc failure messages quietChas Williams1-8/+2
2006-02-13[ATM]: Ratelimit atmsvc failure messagesDave Jones1-1/+2
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap8-0/+8
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn1-2/+1
2006-01-10[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn3-6/+6
2006-01-06[NET]: Use newer is_multicast_ether_addr() in some filesKris Katterjohn1-1/+1
2006-01-03[NET]: move struct proto_ops to constEric Dumazet2-2/+2
2005-11-29[ATM]: deregistration removes device from atm_devs list immediatelyStanislaw Gruszka3-30/+41
2005-11-29[ATM]: avoid race conditions related to atm_devs listStanislaw Gruszka3-23/+20
2005-11-29[ATM]: attempt to autoload atm driversMitchell Blank Jr2-2/+3
2005-11-29[ATM]: atm_pcr_goal() doesn't modify its argument's contents -- mark it as constMitchell Blank Jr1-4/+7
2005-11-29[ATM]: always return the first interface for ATM_ITF_ANYMitchell Blank Jr1-20/+10
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-10-07[ATM]: [br2684] if we free the skb, we should return 0Jean-Denis Boyer1-1/+1
2005-10-06[ATM]: add support for LECS addresses learned from networkEric Kinzie3-23/+60
2005-10-04[ATM]: fix sparse gfp nocast warningsRandy Dunlap1-1/+1
2005-10-03[IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu1-1/+1
2005-10-03[INET]: speedup inet (tcp/dccp) lookupsEric Dumazet1-1/+1
2005-09-29[ATM]: [lec] reset retry counter when new arp issuedScott Talbert1-0/+6
2005-09-29[ATM]: [lec] attempt to support cisco failoverScott Talbert1-3/+34
2005-09-28[ATM]: fix bug in atm address list handlingMartin Whitaker1-2/+4
2005-09-28[ATM]: track and close listen sockets when sigd exitsChas Williams3-6/+7
2005-09-28[ATM]: net/atm/ioctl.c: autoload pppoatm and br2684Roman Kagan1-8/+26
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-1/+1
2005-09-05[ATM]: net/atm/ioctl.c should #include "common.h"Adrian Bunk1-0/+1
2005-08-29[NET]: Kill skb->listDavid S. Miller1-3/+0
2005-07-19[ATM]: Trivial spelling fix patch for net/KconfigJesper Juhl1-2/+2
2005-07-19[ATM]: allow bind() on point-to-multpoint svcs (from Martin Whitaker <martin_...Chas Williams1-4/+0
2005-07-12[NET]: __be'ify *_type_trans()Alexey Dobriyan1-2/+1
2005-07-11[NET]: move config options out to individual protocolsSam Ravnborg1-0/+74
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl1-2/+2
2005-04-21[ATM]: net/atm/resources.c: remove __free_atm_devAdrian Bunk1-8/+3
2005-04-21[ATM]: sk_atm() conversion missed subtle change of vccChas Williams1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds29-0/+11148