aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/pep-gprs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-14/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-10/+2
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches1-2/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-2/+2
2012-06-17net: remove my future former mail addressRémi Denis-Courmont1-1/+1
2010-01-07Phonet: zero-copy aligned GPRS RXRémi Denis-Courmont1-2/+2
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-09phonet: Use frag list abstraction interfaces.David S. Miller1-2/+2
2009-06-02Phonet: fix accounting race between gprs_writeable() and gprs_xmit()Rémi Denis-Courmont1-2/+3
2009-02-10Phonet: fix double free in GPRS outbound packet error pathRémi Denis-Courmont1-1/+0
2009-01-07phonet: update to net_device_opsStephen Hemminger1-4/+8
2008-12-17Phonet: get rid of deferred work on the transmission pathRémi Denis-Courmont1-63/+28
2008-12-17Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont1-1/+1
2008-12-16Phonet: improve GPRS variable namesRémi Denis-Courmont1-84/+86
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+22
2008-12-15Phonet: keep TX queue disabled when the device is offRémi Denis-Courmont1-5/+22
2008-11-10Phonet: use net_device built-in stats for GPRSRémi Denis-Courmont1-20/+13
2008-11-06phonet: sparse annotations of protocol, remove forward declarationHarvey Harrison1-4/+4
2008-10-05Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont1-0/+347