aboutsummaryrefslogtreecommitdiffstats
path: root/net/phonet
AgeCommit message (Expand)AuthorFilesLines
2024-02-22phonet/pep: fix racy skb_queue_empty() useRémi Denis-Courmont1-9/+32
2024-02-22phonet: take correct lock to peek at the RX queueRémi Denis-Courmont1-2/+2
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells1-2/+0
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao3-14/+10
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye1-0/+4
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2-4/+2
2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2-3/+6
2022-03-07phonet: Use netif_rx().Sebastian Andrzej Siewior1-4/+4
2021-12-20phonet/pep: refuse to enable an unbound pipeRémi Denis-Courmont1-0/+2
2021-12-10phonet: refcount leak in pep_sock_accepHangyu Hua1-0/+1
2021-08-05net: Remove redundant if statementsYajun Deng3-8/+4
2021-07-27phonet: use siocdevprivateArnd Bergmann1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-8/+0
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-2/+1
2020-01-03net: Remove redundant BUG_ON() check in phonet_pernetXu Wang1-2/+0
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner8-112/+8
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-19net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert1-1/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-4/+4
2019-02-21phonet: fix building with clangArnd Bergmann1-16/+16
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-3/+6
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-6/+3
2018-05-26net/phonet: convert to ->poll_maskChristoph Hellwig1-5/+2
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig2-30/+6
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai1-0/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-5/+5
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-10/+13
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-2/+0
2017-12-04net: use rtnl_register_module where neededFlorian Westphal1-8/+13
2017-11-27net: annotate ->poll() instancesAl Viro1-2/+2
2017-11-14phonet: exit_net cleanup check addedVasily Averin1-0/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-07net: phonet: mark phonet_protocol as constLin Zhang3-9/+10
2017-10-07net: phonet: mark header_ops as constLin Zhang1-1/+1
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-6/+6
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-4/+6
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+4
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells2-4/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2-0/+3
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong1-5/+4
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-10/+2
2016-02-11sock: struct proto hash function may errorCraig Gallek1-2/+4
2016-01-12phonet: properly unshare skbs in phonet_rcv()Eric Dumazet1-0/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2-2/+2
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue3-13/+9
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