summaryrefslogtreecommitdiffstats
path: root/net/phonet
Commit message (Expand)AuthorAgeFilesLines
* Phonet: fix mutex imbalanceRémi Denis-Courmont2009-09-301-1/+0
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-1/+1
* Phonet: error on broadcast sending (unimplemented)Rémi Denis-Courmont2009-09-241-0/+6
* Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont2009-09-241-8/+8
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* Phonet: Netlink event for autoconfigured addressesRémi Denis-Courmont2009-09-141-1/+8
* Phonet: back-end for autoconfigured addressesRémi Denis-Courmont2009-09-111-1/+25
* Phonet: fix netlink address dump error handlingRémi Denis-Courmont2009-09-111-1/+1
* netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* phonet: fix build when PROC_FS is disabledRandy Dunlap2009-08-171-0/+2
* Phonet: fix /proc/net/phonet with network namespacesRémi Denis-Courmont2009-08-121-2/+3
* phonet: phonet_device_get() fixEric Dumazet2009-07-271-1/+1
* phonet: Fix build.David S. Miller2009-07-261-0/+1
* Phonet: dropped datagrams accountingRémi Denis-Courmont2009-07-231-1/+4
* Phonet: account for dropped RX packetsRémi Denis-Courmont2009-07-231-1/+6
* Phonet: sockets list through proc_fsRémi Denis-Courmont2009-07-232-0/+103
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
* Phonet: generate Netlink RTM_DELADDR when destroying a deviceRémi Denis-Courmont2009-06-251-21/+31
* Phonet: publicize the Netlink notification functionRémi Denis-Courmont2009-06-251-2/+2
* phonet: Use frag list abstraction interfaces.David S. Miller2009-06-092-4/+4
* Phonet: fix accounting race between gprs_writeable() and gprs_xmit()Rémi Denis-Courmont2009-06-021-2/+3
* trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-1/+1
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-2/+1
* netlink: change nlmsg_notify() return value logicPablo Neira Ayuso2009-02-241-2/+3
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-142-2/+1
|\
| * Phonet: do not compute unused valueRémi Denis-Courmont2009-02-101-1/+1
| * Phonet: fix double free in GPRS outbound packet error pathRémi Denis-Courmont2009-02-101-1/+0
* | net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* | Phonet: use per-namespace devices listremi.denis-courmont@nokia2009-01-262-39/+80
* | Phonet: remove useless locking in device cleanupremi.denis-courmont@nokia2009-01-261-6/+1
* | Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia2009-01-262-6/+15
* | Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia2009-01-262-4/+9
* | Phonet: check destination before delivering packets locallyremi.denis-courmont@nokia2009-01-261-11/+9
|/
* phonet: update to net_device_opsStephen Hemminger2009-01-071-4/+8
* Phonet: get rid of deferred work on the transmission pathRémi Denis-Courmont2008-12-171-63/+28
* Phonet: use atomic for packet TX windowRémi Denis-Courmont2008-12-172-18/+22
* Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont2008-12-171-1/+1
* Phonet: improve GPRS variable namesRémi Denis-Courmont2008-12-161-84/+86
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-151-5/+22
|\
| * Phonet: keep TX queue disabled when the device is offRémi Denis-Courmont2008-12-151-5/+22
* | net: Make staticRoel Kluin2008-12-101-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-051-0/+3
|\ \ | |/
| * Phonet: do not dump addresses from other namespacesremi.denis-courmont@nokia2008-12-031-0/+3
* | Phonet: basic net namespace supportRémi Denis-Courmont2008-12-033-13/+12
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-021-1/+1
|\ \ | |/
| * Phonet: fix oops in phonet_address_del() on non-Phonet deviceRémi Denis-Courmont2008-11-261-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-201-22/+19
|\ \ | |/
| * phonet: fix compilation with gcc-3.4Alexey Dobriyan2008-11-191-28/+24
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-2/+2
|\ \ | |/
| * Phonet: refuse to send bigger than MTU packetsRémi Denis-Courmont2008-11-161-2/+2
OpenPOWER on IntegriCloud