aboutsummaryrefslogtreecommitdiff
path: root/net/phonet
AgeCommit message (Expand)Author
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman
2012-06-17net: remove my future former mail addressRémi Denis-Courmont
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-04-13Phonet: missing headers (sparse)Rémi Denis-Courmont
2012-04-13Phonet: phonet_net_id can be static (sparse)Rémi Denis-Courmont
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-13phonet: Sort out initiailziation and cleanup code.Eric W. Biederman
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-05phonet: Check input from user before allocatingSasha Levin
2012-04-01phonet: Stop using NLA_PUT*().David S. Miller
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-11-18Phonet: set the pipe handle using setsockoptDinesh Kumar Sharma
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-07net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu()Lai Jiangshan
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet
2011-04-14Phonet: convert bound sockets hash list to RCURémi Denis-Courmont
2011-03-15Phonet: fix aligned-mode pipe socket buffer header reserveRémi Denis-Courmont
2011-03-09Phonet: kill the ST-Ericsson pipe controller KconfigRémi Denis-Courmont
2011-03-09Phonet: support active connection without pipe controller on modemRémi Denis-Courmont
2011-03-09Phonet: provide pipe socket option to retrieve the pipe identifierRémi Denis-Courmont
2011-03-09Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont
2011-03-09Phonet: factor common code to send control messagesRémi Denis-Courmont
2011-03-09Phonet: correct pipe backlog callback return valuesRémi Denis-Courmont
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: Protect pipe_do_remove() with appropriate ifdefs.David S. Miller
2011-02-25Phonet: fix flawed "SYN/ACK" logicRémi Denis-Courmont
2011-02-25Phonet: don't bother with transaction IDs (especially for indications)Rémi Denis-Courmont
2011-02-25Phonet: remove redumdant pep->pipe_stateRémi Denis-Courmont
2011-02-25Phonet: use socket destination in pipe protocolRémi Denis-Courmont
2011-02-25Phonet: implement per-socket destination/peer addressRémi Denis-Courmont
2011-02-25Phonet: allow multiple listen() and fix small race conditionRémi Denis-Courmont
2011-01-10phonet: some signedness bugsDan Carpenter
2010-11-22Net: phonet: Makefile: Remove deprecated kbuild goal definitionsTracey Dent
2010-10-20phonet: remove the unused variable pnChangli Gao
2010-10-13Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi
2010-10-08Phonet: mark the pipe controller as EXPERIMENTALRémi Denis-Courmont