summaryrefslogtreecommitdiff
path: root/net/phonet/af_phonet.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-18net: remove my future former mail addressRémi Denis-Courmont1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-01-13net: 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-11phonet: some signedness bugsDan Carpenter1-3/+3
2010-09-16Phonet: 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 imp...Tejun Heo1-0/+1
2009-11-17Phonet: missing rcu_dereference()Rémi Denis-Courmont1-1/+1
2009-11-14Phonet: put protocols array under RCURémi Denis-Courmont1-9/+11
2009-11-11Phonet: put sockets in a hash tableRémi Denis-Courmont1-0/+1
2009-11-06net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-15Phonet: forward incoming packetsRémi Denis-Courmont1-0/+32
2009-10-15Phonet: route outgoing packetsRémi Denis-Courmont1-5/+12
2009-10-15Phonet: 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-25Phonet: 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-27Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia1-3/+6
2009-01-27Phonet: check destination before delivering packets locallyremi.denis-courmont@nokia1-11/+9
2008-12-04Phonet: basic net namespace supportRémi Denis-Courmont1-7/+1
2008-11-20phonet: fix compilation with gcc-3.4Alexey Dobriyan1-28/+24
2008-11-17Phonet: refuse to send bigger than MTU packetsRémi Denis-Courmont1-2/+2
2008-10-27Phonet: do not reply to indication reset packetsRemi Denis-Courmont1-1/+4
2008-10-17net: 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-23Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont1-4/+92
2008-09-23Phonet: proc interface for port rangeRemi Denis-Courmont1-0/+3
2008-09-23Phonet: provide MAC header operationsRemi Denis-Courmont1-0/+29
2008-09-23Phonet: Phonet datagram transport protocolRemi Denis-Courmont1-0/+106
2008-09-23Phonet: common socket glueRemi Denis-Courmont1-3/+25
2008-09-23Phonet: Netlink interfaceRemi Denis-Courmont1-0/+1
2008-09-23Phonet: network device and address handlingRemi Denis-Courmont1-0/+3
2008-09-23Phonet: PF_PHONET protocol family supportRemi Denis-Courmont1-0/+216