aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet
AgeCommit message (Expand)AuthorFilesLines
2015-01-19phonet netlink: allow multiple messages per skb in route dumpJohannes Berg1-15/+7
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-5/+11
2014-11-24new helper: memcpy_from_msg()Al Viro2-2/+2
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches3-12/+12
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller2-2/+2
2014-10-06net: fix rcu access on phonet_routesFabian Frederick1-3/+3
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-4/+4
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-7/+5
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-3/+3
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+4
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa1-5/+4
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa1-13/+11
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco1-1/+1
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-2/+2
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-2/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin2-8/+4
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-2/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-2/+2
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman1-0/+6
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-7/+7
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-2/+4
2012-06-17net: remove my future former mail addressRémi Denis-Courmont8-13/+13
2012-04-20net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman1-7/+1
2012-04-20net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman1-2/+2
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet5-13/+14
2012-04-13Phonet: missing headers (sparse)Rémi Denis-Courmont1-0/+4
2012-04-13Phonet: phonet_net_id can be static (sparse)Rémi Denis-Courmont1-1/+1
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-19/+2
2012-04-13phonet: Sort out initiailziation and cleanup code.Eric W. Biederman1-19/+2
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-04-05phonet: Check input from user before allocatingSasha Levin1-0/+3
2012-04-01phonet: Stop using NLA_PUT*().David S. Miller1-3/+5
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet3-3/+3
2011-11-18Phonet: set the pipe handle using setsockoptDinesh Kumar Sharma1-11/+95
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2-0/+2
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger3-8/+8
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose1-6/+7
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-30/+25
2011-05-07net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu()Lai Jiangshan1-9/+1
2011-05-02net: dont hold rtnl mutex during netlink dump callbacksEric Dumazet2-6/+4
2011-04-14Phonet: convert bound sockets hash list to RCURémi Denis-Courmont1-24/+21
2011-03-15Phonet: fix aligned-mode pipe socket buffer header reserveRémi Denis-Courmont1-1/+1
2011-03-09Phonet: kill the ST-Ericsson pipe controller KconfigRémi Denis-Courmont2-37/+0
2011-03-09Phonet: support active connection without pipe controller on modemRémi Denis-Courmont2-133/+141
2011-03-09Phonet: provide pipe socket option to retrieve the pipe identifierRémi Denis-Courmont1-8/+7
2011-03-09Phonet: allocate sock from accept syscall rather than soft IRQRémi Denis-Courmont2-173/+121
2011-03-09Phonet: factor common code to send control messagesRémi Denis-Courmont1-152/+73
2011-03-09Phonet: correct pipe backlog callback return valuesRémi Denis-Courmont1-14/+11
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: Protect pipe_do_remove() with appropriate ifdefs.David S. Miller1-0/+2
2011-02-25Phonet: fix flawed "SYN/ACK" logicRémi Denis-Courmont1-78/+47
2011-02-25Phonet: don't bother with transaction IDs (especially for indications)Rémi Denis-Courmont1-35/+14
2011-02-25Phonet: remove redumdant pep->pipe_stateRémi Denis-Courmont1-19/+6
2011-02-25Phonet: use socket destination in pipe protocolRémi Denis-Courmont1-25/+16
2011-02-25Phonet: implement per-socket destination/peer addressRémi Denis-Courmont2-7/+16
2011-02-25Phonet: allow multiple listen() and fix small race conditionRémi Denis-Courmont1-5/+5
2011-01-10phonet: some signedness bugsDan Carpenter1-3/+3
2010-11-22Net: phonet: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-2/+2
2010-10-20phonet: remove the unused variable pnChangli Gao1-1/+0
2010-10-13Phonet: 'connect' socket implementation for Pipe controllerKumar Sanghvi2-187/+212
2010-10-08Phonet: mark the pipe controller as EXPERIMENTALRémi Denis-Courmont1-2/+2
2010-10-08Phonet: cleanup pipe enable socket optionRémi Denis-Courmont1-42/+30
2010-10-08Phonet: advise against enabling the pipe controllerRémi Denis-Courmont1-1/+2
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+2
2010-09-30Phonet: restore flow control credits when sending failsRémi Denis-Courmont1-2/+8
2010-09-29Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi1-1/+2
2010-09-27Phonet: Implement Pipe Controller to support Nokia Slim ModemsKumar Sanghvi2-6/+453
2010-09-15phonet: Fix build warning.David S. Miller1-1/+2
2010-09-15Phonet: list subscribed resources via proc_fsRémi Denis-Courmont2-0/+98
2010-09-15Phonet: look up the resource routing table when forwardingRémi Denis-Courmont1-0/+17
2010-09-15Phonet: hook resource routing to userspace via ioctl()'sRémi Denis-Courmont2-0/+14
2010-09-15Phonet: resource routing backendRémi Denis-Courmont1-0/+88
2010-09-15Phonet: remove dangling pipe if an endpoint is closed earlyRémi Denis-Courmont1-1/+26
2010-08-31Phonet: do not set POLLOUT in case of send buffer overflowRémi Denis-Courmont1-1/+3
2010-08-31Phonet: correct sendmsg() error code from sock_alloc_send_skb()Rémi Denis-Courmont1-1/+1
2010-08-31Phonet: restore flow control credits when sending failsRémi Denis-Courmont1-1/+5
2010-08-28phonet: use for_each_set_bitAkinobu Mita1-2/+1
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-07-08Phonet: fix skb leak in pipe endpoint accept()Rémi Denis-Courmont1-0/+1
2010-06-09phonet: use call_rcu for phonet device freeJiri Pirko1-4/+11
2010-05-29Phonet: listening socket lock protects the connected socket listRémi Denis-Courmont1-3/+3
2010-05-25Phonet: fix potential use-after-free in pep_sock_close()Rémi Denis-Courmont1-0/+2
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet2-5/+5
2010-04-26phonet: use phonet_pernet instead of directly net_genericJiri Pirko1-8/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo6-0/+6
2010-03-15phonet: use for_each_set_bit()Akinobu Mita2-4/+2
2010-01-17net: spread __net_init, __net_exitAlexey Dobriyan1-2/+2
2010-01-07Phonet: reject unsupported sendmsg/recvmsg flagsRémi Denis-Courmont2-3/+13
2010-01-07Phonet: zero-copy GPRS TXRémi Denis-Courmont1-2/+14
2010-01-07Phonet: zero-copy aligned GPRS RXRémi Denis-Courmont2-2/+5
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds6-100/+463
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-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-5/+3
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
2009-01-26Phonet: allow phonet_device_init() to fail, put it to __init sectionremi.denis-courmont@nokia2-4/+9
2009-01-26Phonet: check destination before delivering packets locallyremi.denis-courmont@nokia1-11/+9
2009-01-07phonet: update to net_device_opsStephen Hemminger1-4/+8
2008-12-17Phonet: get rid of deferred work on the transmission pathRémi Denis-Courmont1-63/+28
2008-12-17Phonet: use atomic for packet TX windowRémi Denis-Courmont2-18/+22
2008-12-17Phonet: allocate separate ARP type for GPRS over a Phonet pipeRémi Denis-Courmont1-1/+1
2008-12-16Phonet: improve GPRS variable namesRémi Denis-Courmont1-84/+86
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+22
2008-12-15Phonet: keep TX queue disabled when the device is offRémi Denis-Courmont1-5/+22
2008-12-10net: Make staticRoel Kluin1-1/+1
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+3
2008-12-03Phonet: basic net namespace supportRémi Denis-Courmont3-13/+12
2008-12-03Phonet: do not dump addresses from other namespacesremi.denis-courmont@nokia1-0/+3
2008-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-11-26Phonet: fix oops in phonet_address_del() on non-Phonet deviceRémi Denis-Courmont1-1/+1
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-22/+19
2008-11-19phonet: fix compilation with gcc-3.4Alexey Dobriyan1-28/+24
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2008-11-16Phonet: refuse to send bigger than MTU packetsRémi Denis-Courmont1-2/+2
2008-11-10Phonet: use net_device built-in stats for GPRSRémi Denis-Courmont1-20/+13
2008-11-06phonet: sparse annotations of protocol, remove forward declarationHarvey Harrison2-10/+9
2008-11-03net: '&' reduxAlexey Dobriyan1-1/+1
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: implement GPRS virtual interface over PEP socketRémi Denis-Courmont4-16/+502
2008-10-05Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont2-19/+50
2008-10-05Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont3-1/+914
2008-10-05Phonet: connected sockets glueRémi Denis-Courmont1-0/+97
2008-10-05Phonet: modules auto-loading supportRémi Denis-Courmont1-3/+9
2008-09-30Phonet: Netlink factorization and cleanupRémi Denis-Courmont1-56/+35
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-Courmont4-1/+119
2008-09-22Phonet: provide MAC header operationsRemi Denis-Courmont1-0/+29
2008-09-22Phonet: Phonet datagram transport protocolRemi Denis-Courmont3-0/+304
2008-09-22Phonet: common socket glueRemi Denis-Courmont3-3/+337
2008-09-22Phonet: Netlink interfaceRemi Denis-Courmont3-0/+188
2008-09-22Phonet: network device and address handlingRemi Denis-Courmont3-0/+212
2008-09-22Phonet: add CONFIG_PHONETRemi Denis-Courmont2-0/+20
2008-09-22Phonet: PF_PHONET protocol family supportRemi Denis-Courmont1-0/+216