aboutsummaryrefslogtreecommitdiff
path: root/net/atm
AgeCommit message (Expand)Author
2009-12-08atm: [br2684] allow routed mode operation againchas williams - CONTRACTOR
2009-12-08atm: [lec] initialize .netdev_ops before calling register_netdev()chas williams - CONTRACTOR
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-11-11net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-02atm/br2684: netif_stop_queue() when atm device busy and netif_wake_queue() wh...Karl Hiramoto
2009-09-01net: make neigh_ops constantStephen Hemminger
2009-09-01convert ATM drivers to netdev_tx_tStephen Hemminger
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-18atm: sk_wmem_alloc initial value is oneEric Dumazet
2009-06-13net: fix network drivers ndo_start_xmit() return values (part 7)Patrick McHardy
2009-06-11bridge: Simplify interface for ATM LANEMichał Mirosław
2009-06-03net: skb->dst accessorsEric Dumazet
2009-05-29atm: unset IFF_XMIT_DST_RELEASE in clip_setup()Eric Dumazet
2009-05-28atm: Use SKB queue and list helpers instead of doing it by-hand.David S. Miller
2009-05-02Subject: [PATCH] br2684: restore net_dev initializationRabin Vincent
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-21atm: convert clip driver to net_device_opsStephen Hemminger
2009-03-21atm: convert mpc device to using netdev_opsStephen Hemminger
2009-03-21atm: lec use dev_change_mtuStephen Hemminger
2009-01-21lec: convert to net_device_opsStephen Hemminger
2009-01-21lec: convert to internal network_device_statsStephen Hemminger
2009-01-21clip: convert to internal network_device_statsStephen Hemminger
2009-01-21br2684: convert to net_device_opsStephen Hemminger
2009-01-21atm: br2684 internal statsStephen Hemminger
2008-12-08netdevice: Kill netdev->privWang Chen
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-04ATM: CVE-2008-5079: duplicate listen() on socket corrupts the vcc tableChas Williams
2008-12-03atm: 32-bit ioctl compatibilityDavid Woodhouse
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-10-27net: convert print_mac to %pMJohannes Berg
2008-09-22net/atm/lec.c: drop code after returnJulia Lawall
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo
2008-07-30atm: fix const assignment/discard warnings in the ATM networking driverDavid Howells
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-06-17atm: use const where reasonableMitchell Blank Jr
2008-06-16atm: [br2864] fix routed vcmux supportEric Kinzie
2008-06-16atm: [br2684] Fix oops due to skb->dev being NULLJorge Boncompte [DTI2]
2008-05-06Revert "atm: Do not free already unregistered net device."David S. Miller
2008-05-04atm: Bad locking on br2684_devs modifications.Pavel Emelyanov
2008-05-04atm: Do not free already unregistered net device.Pavel Emelyanov