summaryrefslogtreecommitdiff
path: root/net/phonet
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Phonet: Netlink event for autoconfigured addressesRémi Denis-Courmont1-1/+8
2009-09-11Phonet: back-end for autoconfigured addressesRémi Denis-Courmont1-1/+25
2009-09-11Phonet: fix netlink address dump error handlingRémi Denis-Courmont1-1/+1
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-08-18phonet: fix build when PROC_FS is disabledRandy Dunlap1-0/+2
2009-08-13Phonet: fix /proc/net/phonet with network namespacesRémi Denis-Courmont1-2/+3
2009-07-27phonet: phonet_device_get() fixEric Dumazet1-1/+1
2009-07-27phonet: Fix build.David S. Miller1-0/+1
2009-07-24Phonet: dropped datagrams accountingRémi Denis-Courmont1-1/+4
2009-07-24Phonet: account for dropped RX packetsRémi Denis-Courmont1-1/+6
2009-07-24Phonet: sockets list through proc_fsRémi Denis-Courmont2-0/+103
2009-07-06net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-25Phonet: generate Netlink RTM_DELADDR when destroying a deviceRémi Denis-Courmont1-21/+31
2009-06-25Phonet: publicize the Netlink notification functionRémi Denis-Courmont1-2/+2
2009-06-09phonet: Use frag list abstraction interfaces.David S. Miller2-4/+4
2009-06-02Phonet: fix accounting race between gprs_writeable() and gprs_xmit()Rémi Denis-Courmont1-2/+3
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-1/+1
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-2/+1
2009-02-25netlink: change nlmsg_notify() return value logicPablo Neira Ayuso1-2/+3
2009-02-15Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-2/+1
2009-02-11Phonet: do not compute unused valueRémi Denis-Courmont1-1/+1
2009-02-11Phonet: fix double free in GPRS outbound packet error pathRémi Denis-Courmont1-1/+0
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-27Phonet: use per-namespace devices listremi.denis-courmont@nokia2-39/+80
2009-01-27Phonet: remove useless locking in device cleanupremi.denis-courmont@nokia1-6/+1
2009-01-27Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia2-6/+15
2009-01-27Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia2-4/+9
2009-01-27Phonet: check destination before delivering packets locallyremi.denis-courmont@nokia1-11/+9
2009-01-08phonet: update to net_device_opsStephen Hemminger1-4/+8
2008-12-18Phonet: get rid of deferred work on the transmission pathRémi Denis-Courmont1-63/+28
2008-12-18Phonet: use atomic for packet TX windowRémi Denis-Courmont2-18/+22
2008-12-18Phonet: 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-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+22
2008-12-15Phonet: keep TX queue disabled when the device is offRémi Denis-Courmont1-5/+22
2008-12-11net: Make staticRoel Kluin1-1/+1
2008-12-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+3
2008-12-04Phonet: basic net namespace supportRémi Denis-Courmont3-13/+12
2008-12-04Phonet: do not dump addresses from other namespacesremi.denis-courmont@nokia1-0/+3
2008-12-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-11-27Phonet: fix oops in phonet_address_del() on non-Phonet deviceRémi Denis-Courmont1-1/+1
2008-11-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-22/+19
2008-11-20phonet: fix compilation with gcc-3.4Alexey Dobriyan1-28/+24
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2008-11-17Phonet: refuse to send bigger than MTU packetsRémi Denis-Courmont1-2/+2
2008-11-11Phonet: use net_device built-in stats for GPRSRémi Denis-Courmont1-20/+13
2008-11-07phonet: sparse annotations of protocol, remove forward declarationHarvey Harrison2-10/+9
2008-11-04net: '&' reduxAlexey Dobriyan1-1/+1
2008-10-27Phonet: do not reply to indication reset packetsRemi Denis-Courmont1-1/+4
2008-10-17net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+1