aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet/af_phonet.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-17net: remove my future former mail addressRémi Denis-Courmont1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-03-09Phonet: return an error when packet TX failsRémi Denis-Courmont1-5/+3
2011-03-09Phonet: fix NULL dereference on TX path with implicit sourceRémi Denis-Courmont1-3/+2
2011-02-25Phonet: implement per-socket destination/peer addressRémi Denis-Courmont1-5/+14
2011-01-10phonet: some signedness bugsDan Carpenter1-3/+3
2010-09-15Phonet: look up the resource routing table when forwardingRémi Denis-Courmont1-0/+17
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-17Phonet: missing rcu_dereference()Rémi Denis-Courmont1-1/+1
2009-11-13Phonet: put protocols array under RCURémi Denis-Courmont1-9/+11
2009-11-10Phonet: put sockets in a hash tableRémi Denis-Courmont1-0/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+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: deliver broadcast packets to broadcast socketsRémi Denis-Courmont1-0/+6
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-24Phonet: error on broadcast sending (unimplemented)Rémi Denis-Courmont1-0/+6
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-2/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-26Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia1-3/+6
2009-01-26Phonet: check destination before delivering packets locallyremi.denis-courmont@nokia1-11/+9
2008-12-03Phonet: basic net namespace supportRémi Denis-Courmont1-7/+1
2008-11-19phonet: fix compilation with gcc-3.4Alexey Dobriyan1-28/+24
2008-11-16Phonet: refuse to send bigger than MTU packetsRémi Denis-Courmont1-2/+2
2008-10-26Phonet: do not reply to indication reset packetsRemi Denis-Courmont1-1/+4
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-2/+1
2008-10-05Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont1-0/+3
2008-10-05Phonet: modules auto-loading supportRémi Denis-Courmont1-3/+9
2008-09-22Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont1-4/+92
2008-09-22Phonet: proc interface for port rangeRemi Denis-Courmont1-0/+3
2008-09-22Phonet: provide MAC header operationsRemi Denis-Courmont1-0/+29
2008-09-22Phonet: Phonet datagram transport protocolRemi Denis-Courmont1-0/+106
2008-09-22Phonet: common socket glueRemi Denis-Courmont1-3/+25
2008-09-22Phonet: Netlink interfaceRemi Denis-Courmont1-0/+1
2008-09-22Phonet: network device and address handlingRemi Denis-Courmont1-0/+3
2008-09-22Phonet: PF_PHONET protocol family supportRemi Denis-Courmont1-0/+216