aboutsummaryrefslogtreecommitdiff
path: root/net/phonet
AgeCommit message (Expand)Author
2009-09-30Phonet: fix mutex imbalanceRémi Denis-Courmont
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-24Phonet: error on broadcast sending (unimplemented)Rémi Denis-Courmont
2009-09-24Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-09-14Phonet: Netlink event for autoconfigured addressesRémi Denis-Courmont
2009-09-11Phonet: back-end for autoconfigured addressesRémi Denis-Courmont
2009-09-11Phonet: fix netlink address dump error handlingRémi Denis-Courmont
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger
2009-08-17phonet: fix build when PROC_FS is disabledRandy Dunlap
2009-08-12Phonet: fix /proc/net/phonet with network namespacesRémi Denis-Courmont
2009-07-27phonet: phonet_device_get() fixEric Dumazet
2009-07-26phonet: Fix build.David S. Miller
2009-07-23Phonet: dropped datagrams accountingRémi Denis-Courmont
2009-07-23Phonet: account for dropped RX packetsRémi Denis-Courmont
2009-07-23Phonet: sockets list through proc_fsRémi Denis-Courmont
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-25Phonet: generate Netlink RTM_DELADDR when destroying a deviceRémi Denis-Courmont
2009-06-25Phonet: publicize the Netlink notification functionRémi Denis-Courmont
2009-06-09phonet: Use frag list abstraction interfaces.David S. Miller
2009-06-02Phonet: fix accounting race between gprs_writeable() and gprs_xmit()Rémi Denis-Courmont
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-02-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-10Phonet: do not compute unused valueRémi Denis-Courmont
2009-02-10Phonet: fix double free in GPRS outbound packet error pathRémi Denis-Courmont
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-26Phonet: use per-namespace devices listremi.denis-courmont@nokia
2009-01-26Phonet: remove useless locking in device cleanupremi.denis-courmont@nokia
2009-01-26Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia
2009-01-26Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia
2009-01-26Phonet: check destination before delivering packets locallyremi.denis-courmont@nokia
2009-01-07phonet: update to net_device_opsStephen Hemminger
2008-12-17Phonet: get rid of deferred work on the transmission pathRémi Denis-Courmont
2008-12-17Phonet: use atomic for packet TX windowRémi Denis-Courmont
2008-12-17Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont
2008-12-16Phonet: improve GPRS variable namesRémi Denis-Courmont
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-15Phonet: keep TX queue disabled when the device is offRémi Denis-Courmont
2008-12-10net: Make staticRoel Kluin
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-03Phonet: basic net namespace supportRémi Denis-Courmont
2008-12-03Phonet: do not dump addresses from other namespacesremi.denis-courmont@nokia
2008-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-26Phonet: fix oops in phonet_address_del() on non-Phonet deviceRémi Denis-Courmont
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-19phonet: fix compilation with gcc-3.4Alexey Dobriyan
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-16Phonet: refuse to send bigger than MTU packetsRémi Denis-Courmont