aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-01net: Simplify phonet pernet operations.Eric W. Biederman1-10/+6
2009-11-29net: Move && and || to end of previous lineJoe Perches2-4/+4
2009-11-18Phonet: convert devices list to RCURémi Denis-Courmont2-25/+44
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet1-1/+1
2009-11-17Phonet: missing rcu_dereference()Rémi Denis-Courmont1-1/+1
2009-11-13Phonet: convert routing table to RCURémi Denis-Courmont1-25/+34
2009-11-13Phonet: put protocols array under RCURémi Denis-Courmont1-9/+11
2009-11-10Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont1-17/+12
2009-11-10Phonet: put sockets in a hash tableRémi Denis-Courmont2-25/+55
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-11-04Phonet: remove tautologiesRémi Denis-Courmont1-4/+2
2009-10-15Phonet: hold socket before giving it to sk_deliver_skb()Rémi Denis-Courmont1-1/+3
2009-10-14net: sk_drops consolidationEric Dumazet2-6/+2
2009-10-14Phonet: forward incoming packetsRémi Denis-Courmont1-0/+32
2009-10-14Phonet: route outgoing packetsRémi Denis-Courmont1-5/+12
2009-10-14Phonet: routing table Netlink interfaceRémi Denis-Courmont2-0/+161
2009-10-14Phonet: routing table backendRémi Denis-Courmont1-6/+94
2009-10-14Phonet: deliver broadcast packets to broadcast socketsRémi Denis-Courmont2-0/+27
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-30Phonet: fix mutex imbalanceRémi Denis-Courmont1-1/+0
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-24Phonet: error on broadcast sending (unimplemented)Rémi Denis-Courmont1-0/+6
2009-09-24Phonet: fix race for port number in concurrent bind()Rémi Denis-Courmont1-8/+8
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-09-14Phonet: 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-17phonet: fix build when PROC_FS is disabledRandy Dunlap1-0/+2
2009-08-12Phonet: fix /proc/net/phonet with network namespacesRémi Denis-Courmont1-2/+3
2009-07-27phonet: phonet_device_get() fixEric Dumazet1-1/+1
2009-07-26phonet: Fix build.David S. Miller1-0/+1
2009-07-23Phonet: dropped datagrams accountingRémi Denis-Courmont1-1/+4
2009-07-23Phonet: account for dropped RX packetsRémi Denis-Courmont1-1/+6
2009-07-23Phonet: sockets list through proc_fsRémi Denis-Courmont2-0/+103
2009-07-05net: 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-24netlink: change nlmsg_notify() return value logicPablo Neira Ayuso1-2/+3
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-2/+1
2009-02-10Phonet: do not compute unused valueRémi Denis-Courmont1-1/+1
2009-02-10Phonet: 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-26Phonet: use per-namespace devices listremi.denis-courmont@nokia2-39/+80
2009-01-26Phonet: remove useless locking in device cleanupremi.denis-courmont@nokia1-6/+1
2009-01-26Phonet: handle rtnetlink registration failureremi.denis-courmont@nokia2-6/+15