summaryrefslogtreecommitdiff
path: root/net/phonet/af_phonet.c
AgeCommit message (Expand)Author
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-03-09Phonet: return an error when packet TX failsRémi Denis-Courmont
2011-03-09Phonet: fix NULL dereference on TX path with implicit sourceRémi Denis-Courmont
2011-02-25Phonet: implement per-socket destination/peer addressRémi Denis-Courmont
2011-01-10phonet: some signedness bugsDan Carpenter
2010-09-15Phonet: look up the resource routing table when forwardingRémi Denis-Courmont
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-17Phonet: missing rcu_dereference()Rémi Denis-Courmont
2009-11-13Phonet: put protocols array under RCURémi Denis-Courmont
2009-11-10Phonet: put sockets in a hash tableRémi Denis-Courmont
2009-11-05net: pass kern to net_proto_family create functionEric Paris
2009-10-14Phonet: forward incoming packetsRémi Denis-Courmont
2009-10-14Phonet: route outgoing packetsRémi Denis-Courmont
2009-10-14Phonet: deliver broadcast packets to broadcast socketsRémi Denis-Courmont
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-24Phonet: error on broadcast sending (unimplemented)Rémi Denis-Courmont
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
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
2008-12-03Phonet: basic net namespace supportRémi Denis-Courmont
2008-11-19phonet: fix compilation with gcc-3.4Alexey Dobriyan
2008-11-16Phonet: refuse to send bigger than MTU packetsRémi Denis-Courmont
2008-10-26Phonet: do not reply to indication reset packetsRemi Denis-Courmont
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg
2008-10-05Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont
2008-10-05Phonet: modules auto-loading supportRémi Denis-Courmont
2008-09-22Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont
2008-09-22Phonet: proc interface for port rangeRemi Denis-Courmont
2008-09-22Phonet: provide MAC header operationsRemi Denis-Courmont
2008-09-22Phonet: Phonet datagram transport protocolRemi Denis-Courmont
2008-09-22Phonet: common socket glueRemi Denis-Courmont
2008-09-22Phonet: Netlink interfaceRemi Denis-Courmont
2008-09-22Phonet: network device and address handlingRemi Denis-Courmont
2008-09-22Phonet: PF_PHONET protocol family supportRemi Denis-Courmont