aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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/net-2.6David 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
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 Perches3-14/+15