| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-09-10 | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 1 | -7/+7 |
| 2012-08-14 | userns: Print out socket uids in a user namespace aware fashion. | Eric W. Biederman | 1 | -2/+4 |
| 2012-06-17 | net: remove my future former mail address | Rémi Denis-Courmont | 8 | -13/+13 |
| 2012-04-20 | net: Convert all sysctl registrations to register_net_sysctl | Eric W. Biederman | 1 | -7/+1 |
| 2012-04-20 | net: Move all of the network sysctls without a namespace into init_net. | Eric W. Biederman | 1 | -2/+2 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 5 | -13/+14 |
| 2012-04-13 | Phonet: missing headers (sparse) | Rémi Denis-Courmont | 1 | -0/+4 |
| 2012-04-13 | Phonet: phonet_net_id can be static (sparse) | Rémi Denis-Courmont | 1 | -1/+1 |
| 2012-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -19/+2 |
| 2012-04-13 | phonet: Sort out initiailziation and cleanup code. | Eric W. Biederman | 1 | -19/+2 |
| 2012-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
| 2012-04-05 | phonet: Check input from user before allocating | Sasha Levin | 1 | -0/+3 |
| 2012-04-01 | phonet: Stop using NLA_PUT*(). | David S. Miller | 1 | -3/+5 |
| 2012-01-12 | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 3 | -3/+3 |
| 2011-11-18 | Phonet: set the pipe handle using setsockopt | Dinesh Kumar Sharma | 1 | -11/+95 |
| 2011-10-31 | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2 | -0/+2 |
| 2011-10-31 | net: Fix files explicitly needing to include module.h | Paul Gortmaker | 1 | -0/+1 |
| 2011-08-02 | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger | 3 | -8/+8 |
| 2011-06-09 | rtnetlink: Compute and store minimum ifinfo dump size | Greg Rose | 1 | -6/+7 |
| 2011-05-24 | net: convert %p usage to %pK | Dan Rosenberg | 1 | -1/+1 |
| 2011-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 3 | -30/+25 |
| 2011-05-07 | net,rcu: convert call_rcu(phonet_device_rcu_free) to kfree_rcu() | Lai Jiangshan | 1 | -9/+1 |
| 2011-05-02 | net: dont hold rtnl mutex during netlink dump callbacks | Eric Dumazet | 2 | -6/+4 |
| 2011-04-14 | Phonet: convert bound sockets hash list to RCU | Rémi Denis-Courmont | 1 | -24/+21 |
| 2011-03-15 | Phonet: fix aligned-mode pipe socket buffer header reserve | Rémi Denis-Courmont | 1 | -1/+1 |
| 2011-03-09 | Phonet: kill the ST-Ericsson pipe controller Kconfig | Rémi Denis-Courmont | 2 | -37/+0 |
| 2011-03-09 | Phonet: support active connection without pipe controller on modem | Rémi Denis-Courmont | 2 | -133/+141 |
| 2011-03-09 | Phonet: provide pipe socket option to retrieve the pipe identifier | Rémi Denis-Courmont | 1 | -8/+7 |
| 2011-03-09 | Phonet: allocate sock from accept syscall rather than soft IRQ | Rémi Denis-Courmont | 2 | -173/+121 |
| 2011-03-09 | Phonet: factor common code to send control messages | Rémi Denis-Courmont | 1 | -152/+73 |
| 2011-03-09 | Phonet: correct pipe backlog callback return values | Rémi Denis-Courmont | 1 | -14/+11 |
| 2011-03-09 | Phonet: return an error when packet TX fails | Rémi Denis-Courmont | 1 | -5/+3 |
| 2011-03-09 | Phonet: fix NULL dereference on TX path with implicit source | Rémi Denis-Courmont | 1 | -3/+2 |
| 2011-02-25 | phonet: Protect pipe_do_remove() with appropriate ifdefs. | David S. Miller | 1 | -0/+2 |
| 2011-02-25 | Phonet: fix flawed "SYN/ACK" logic | Rémi Denis-Courmont | 1 | -78/+47 |
| 2011-02-25 | Phonet: don't bother with transaction IDs (especially for indications) | Rémi Denis-Courmont | 1 | -35/+14 |
| 2011-02-25 | Phonet: remove redumdant pep->pipe_state | Rémi Denis-Courmont | 1 | -19/+6 |
| 2011-02-25 | Phonet: use socket destination in pipe protocol | Rémi Denis-Courmont | 1 | -25/+16 |
| 2011-02-25 | Phonet: implement per-socket destination/peer address | Rémi Denis-Courmont | 2 | -7/+16 |
| 2011-02-25 | Phonet: allow multiple listen() and fix small race condition | Rémi Denis-Courmont | 1 | -5/+5 |
| 2011-01-10 | phonet: some signedness bugs | Dan Carpenter | 1 | -3/+3 |
| 2010-11-22 | Net: phonet: Makefile: Remove deprecated kbuild goal definitions | Tracey Dent | 1 | -2/+2 |
| 2010-10-20 | phonet: remove the unused variable pn | Changli Gao | 1 | -1/+0 |
| 2010-10-13 | Phonet: 'connect' socket implementation for Pipe controller | Kumar Sanghvi | 2 | -187/+212 |
| 2010-10-08 | Phonet: mark the pipe controller as EXPERIMENTAL | Rémi Denis-Courmont | 1 | -2/+2 |
| 2010-10-08 | Phonet: cleanup pipe enable socket option | Rémi Denis-Courmont | 1 | -42/+30 |
| 2010-10-08 | Phonet: advise against enabling the pipe controller | Rémi Denis-Courmont | 1 | -1/+2 |
| 2010-10-04 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+2 |
| 2010-09-30 | Phonet: restore flow control credits when sending fails | Rémi Denis-Courmont | 1 | -2/+8 |
| 2010-09-29 | Phonet: Correct header retrieval after pskb_may_pull | Kumar Sanghvi | 1 | -1/+2 |
| 2010-09-27 | Phonet: Implement Pipe Controller to support Nokia Slim Modems | Kumar Sanghvi | 2 | -6/+453 |
| 2010-09-15 | phonet: Fix build warning. | David S. Miller | 1 | -1/+2 |
| 2010-09-15 | Phonet: list subscribed resources via proc_fs | Rémi Denis-Courmont | 2 | -0/+98 |
| 2010-09-15 | Phonet: look up the resource routing table when forwarding | Rémi Denis-Courmont | 1 | -0/+17 |
| 2010-09-15 | Phonet: hook resource routing to userspace via ioctl()'s | Rémi Denis-Courmont | 2 | -0/+14 |
| 2010-09-15 | Phonet: resource routing backend | Rémi Denis-Courmont | 1 | -0/+88 |
| 2010-09-15 | Phonet: remove dangling pipe if an endpoint is closed early | Rémi Denis-Courmont | 1 | -1/+26 |
| 2010-08-31 | Phonet: do not set POLLOUT in case of send buffer overflow | Rémi Denis-Courmont | 1 | -1/+3 |
| 2010-08-31 | Phonet: correct sendmsg() error code from sock_alloc_send_skb() | Rémi Denis-Courmont | 1 | -1/+1 |
| 2010-08-31 | Phonet: restore flow control credits when sending fails | Rémi Denis-Courmont | 1 | -1/+5 |
| 2010-08-28 | phonet: use for_each_set_bit | Akinobu Mita | 1 | -2/+1 |
| 2010-07-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
| 2010-07-08 | Phonet: fix skb leak in pipe endpoint accept() | Rémi Denis-Courmont | 1 | -0/+1 |
| 2010-06-09 | phonet: use call_rcu for phonet device free | Jiri Pirko | 1 | -4/+11 |
| 2010-05-29 | Phonet: listening socket lock protects the connected socket list | Rémi Denis-Courmont | 1 | -3/+3 |
| 2010-05-25 | Phonet: fix potential use-after-free in pep_sock_close() | Rémi Denis-Courmont | 1 | -0/+2 |
| 2010-05-01 | net: sock_def_readable() and friends RCU conversion | Eric Dumazet | 2 | -5/+5 |
| 2010-04-26 | phonet: use phonet_pernet instead of directly net_generic | Jiri Pirko | 1 | -8/+15 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 6 | -0/+6 |
| 2010-03-15 | phonet: use for_each_set_bit() | Akinobu Mita | 2 | -4/+2 |
| 2010-01-17 | net: spread __net_init, __net_exit | Alexey Dobriyan | 1 | -2/+2 |
| 2010-01-07 | Phonet: reject unsupported sendmsg/recvmsg flags | Rémi Denis-Courmont | 2 | -3/+13 |
| 2010-01-07 | Phonet: zero-copy GPRS TX | Rémi Denis-Courmont | 1 | -2/+14 |
| 2010-01-07 | Phonet: zero-copy aligned GPRS RX | Rémi Denis-Courmont | 2 | -2/+5 |
| 2009-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 6 | -100/+463 |
| 2009-12-01 | net: Simplify phonet pernet operations. | Eric W. Biederman | 1 | -10/+6 |
| 2009-11-29 | net: Move && and || to end of previous line | Joe Perches | 2 | -4/+4 |
| 2009-11-18 | Phonet: convert devices list to RCU | Rémi Denis-Courmont | 2 | -25/+44 |
| 2009-11-18 | netns: net_identifiers should be read_mostly | Eric Dumazet | 1 | -1/+1 |
| 2009-11-17 | Phonet: missing rcu_dereference() | Rémi Denis-Courmont | 1 | -1/+1 |
| 2009-11-13 | Phonet: convert routing table to RCU | Rémi Denis-Courmont | 1 | -25/+34 |
| 2009-11-13 | Phonet: put protocols array under RCU | Rémi Denis-Courmont | 1 | -9/+11 |
| 2009-11-12 | sysctl net: Remove unused binary sysctl code | Eric W. Biederman | 1 | -5/+3 |
| 2009-11-10 | Phonet: allocate and copy for pipe TX without sock lock | Rémi Denis-Courmont | 1 | -17/+12 |
| 2009-11-10 | Phonet: put sockets in a hash table | Rémi Denis-Courmont | 2 | -25/+55 |
| 2009-11-05 | net: pass kern to net_proto_family create function | Eric Paris | 1 | -1/+2 |
| 2009-11-04 | Phonet: remove tautologies | Rémi Denis-Courmont | 1 | -4/+2 |
| 2009-10-15 | Phonet: hold socket before giving it to sk_deliver_skb() | Rémi Denis-Courmont | 1 | -1/+3 |
| 2009-10-14 | net: sk_drops consolidation | Eric Dumazet | 2 | -6/+2 |
| 2009-10-14 | Phonet: forward incoming packets | Rémi Denis-Courmont | 1 | -0/+32 |
| 2009-10-14 | Phonet: route outgoing packets | Rémi Denis-Courmont | 1 | -5/+12 |
| 2009-10-14 | Phonet: routing table Netlink interface | Rémi Denis-Courmont | 2 | -0/+161 |
| 2009-10-14 | Phonet: routing table backend | Rémi Denis-Courmont | 1 | -6/+94 |
| 2009-10-14 | Phonet: deliver broadcast packets to broadcast sockets | Rémi Denis-Courmont | 2 | -0/+27 |
| 2009-10-07 | net: mark net_proto_ops as const | Stephen Hemminger | 1 | -1/+1 |
| 2009-09-30 | Phonet: fix mutex imbalance | Rémi Denis-Courmont | 1 | -1/+0 |
| 2009-09-30 | net: Make setsockopt() optlen be unsigned. | David S. Miller | 1 | -1/+1 |
| 2009-09-24 | Phonet: error on broadcast sending (unimplemented) | Rémi Denis-Courmont | 1 | -0/+6 |
| 2009-09-24 | Phonet: fix race for port number in concurrent bind() | Rémi Denis-Courmont | 1 | -8/+8 |
| 2009-09-24 | sysctl: remove "struct file *" argument of ->proc_handler | Alexey Dobriyan | 1 | -2/+2 |
| 2009-09-14 | Phonet: Netlink event for autoconfigured addresses | Rémi Denis-Courmont | 1 | -1/+8 |
| 2009-09-11 | Phonet: back-end for autoconfigured addresses | Rémi Denis-Courmont | 1 | -1/+25 |
| 2009-09-11 | Phonet: fix netlink address dump error handling | Rémi Denis-Courmont | 1 | -1/+1 |
| 2009-09-01 | netdev: convert pseudo drivers to netdev_tx_t | Stephen Hemminger | 1 | -1/+1 |
| 2009-08-17 | phonet: fix build when PROC_FS is disabled | Randy Dunlap | 1 | -0/+2 |
| 2009-08-12 | Phonet: fix /proc/net/phonet with network namespaces | Rémi Denis-Courmont | 1 | -2/+3 |
| 2009-07-27 | phonet: phonet_device_get() fix | Eric Dumazet | 1 | -1/+1 |
| 2009-07-26 | phonet: Fix build. | David S. Miller | 1 | -0/+1 |
| 2009-07-23 | Phonet: dropped datagrams accounting | Rémi Denis-Courmont | 1 | -1/+4 |
| 2009-07-23 | Phonet: account for dropped RX packets | Rémi Denis-Courmont | 1 | -1/+6 |
| 2009-07-23 | Phonet: sockets list through proc_fs | Rémi Denis-Courmont | 2 | -0/+103 |
| 2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy | 1 | -2/+2 |
| 2009-06-25 | Phonet: generate Netlink RTM_DELADDR when destroying a device | Rémi Denis-Courmont | 1 | -21/+31 |
| 2009-06-25 | Phonet: publicize the Netlink notification function | Rémi Denis-Courmont | 1 | -2/+2 |
| 2009-06-09 | phonet: Use frag list abstraction interfaces. | David S. Miller | 2 | -4/+4 |
| 2009-06-02 | Phonet: fix accounting race between gprs_writeable() and gprs_xmit() | Rémi Denis-Courmont | 1 | -2/+3 |
| 2009-03-30 | trivial: fix typos/grammar errors in Kconfig texts | Matt LaPlante | 1 | -1/+1 |
| 2009-03-10 | net: convert usage of packet_type to read_mostly | Stephen Hemminger | 1 | -2/+1 |
| 2009-02-24 | netlink: change nlmsg_notify() return value logic | Pablo Neira Ayuso | 1 | -2/+3 |
| 2009-02-14 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2 | -2/+1 |
| 2009-02-10 | Phonet: do not compute unused value | Rémi Denis-Courmont | 1 | -1/+1 |
| 2009-02-10 | Phonet: fix double free in GPRS outbound packet error path | Rémi Denis-Courmont | 1 | -1/+0 |
| 2009-02-01 | net: replace uses of __constant_{endian} | Harvey Harrison | 1 | -1/+1 |
| 2009-01-26 | Phonet: use per-namespace devices list | remi.denis-courmont@nokia | 2 | -39/+80 |
| 2009-01-26 | Phonet: remove useless locking in device cleanup | remi.denis-courmont@nokia | 1 | -6/+1 |
| 2009-01-26 | Phonet: handle rtnetlink registration failure | remi.denis-courmont@nokia | 2 | -6/+15 |
| 2009-01-26 | Phonet: allow phonet_device_init() to fail, put it to __init section | remi.denis-courmont@nokia | 2 | -4/+9 |
| 2009-01-26 | Phonet: check destination before delivering packets locally | remi.denis-courmont@nokia | 1 | -11/+9 |
| 2009-01-07 | phonet: update to net_device_ops | Stephen Hemminger | 1 | -4/+8 |
| 2008-12-17 | Phonet: get rid of deferred work on the transmission path | Rémi Denis-Courmont | 1 | -63/+28 |
| 2008-12-17 | Phonet: use atomic for packet TX window | Rémi Denis-Courmont | 2 | -18/+22 |
| 2008-12-17 | Phonet: allocate separate ARP type for GPRS over a Phonet pipe | Rémi Denis-Courmont | 1 | -1/+1 |
| 2008-12-16 | Phonet: improve GPRS variable names | Rémi Denis-Courmont | 1 | -84/+86 |
| 2008-12-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -5/+22 |
| 2008-12-15 | Phonet: keep TX queue disabled when the device is off | Rémi Denis-Courmont | 1 | -5/+22 |
| 2008-12-10 | net: Make static | Roel Kluin | 1 | -1/+1 |
| 2008-12-05 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+3 |
| 2008-12-03 | Phonet: basic net namespace support | Rémi Denis-Courmont | 3 | -13/+12 |
| 2008-12-03 | Phonet: do not dump addresses from other namespaces | remi.denis-courmont@nokia | 1 | -0/+3 |
| 2008-12-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
| 2008-11-26 | Phonet: fix oops in phonet_address_del() on non-Phonet device | Rémi Denis-Courmont | 1 | -1/+1 |
| 2008-11-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -22/+19 |
| 2008-11-19 | phonet: fix compilation with gcc-3.4 | Alexey Dobriyan | 1 | -28/+24 |
| 2008-11-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -2/+2 |
| 2008-11-16 | Phonet: refuse to send bigger than MTU packets | Rémi Denis-Courmont | 1 | -2/+2 |
| 2008-11-10 | Phonet: use net_device built-in stats for GPRS | Rémi Denis-Courmont | 1 | -20/+13 |
| 2008-11-06 | phonet: sparse annotations of protocol, remove forward declaration | Harvey Harrison | 2 | -10/+9 |
| 2008-11-03 | net: '&' redux | Alexey Dobriyan | 1 | -1/+1 |
| 2008-10-26 | Phonet: do not reply to indication reset packets | Remi Denis-Courmont | 1 | -1/+4 |
| 2008-10-16 | net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely) | Johannes Berg | 1 | -2/+1 |
| 2008-10-05 | Phonet: implement GPRS virtual interface over PEP socket | Rémi Denis-Courmont | 4 | -16/+502 |
| 2008-10-05 | Phonet: receive pipe control requests as out-of-band data | Rémi Denis-Courmont | 2 | -19/+50 |
| 2008-10-05 | Phonet: Pipe End Point for Phonet Pipes protocol | Rémi Denis-Courmont | 3 | -1/+914 |
| 2008-10-05 | Phonet: connected sockets glue | Rémi Denis-Courmont | 1 | -0/+97 |
| 2008-10-05 | Phonet: modules auto-loading support | Rémi Denis-Courmont | 1 | -3/+9 |
| 2008-09-30 | Phonet: Netlink factorization and cleanup | Rémi Denis-Courmont | 1 | -56/+35 |
| 2008-09-22 | Phonet: emit errors when a packet cannot be delivered locally | Remi Denis-Courmont | 1 | -4/+92 |
| 2008-09-22 | Phonet: proc interface for port range | Remi Denis-Courmont | 4 | -1/+119 |
| 2008-09-22 | Phonet: provide MAC header operations | Remi Denis-Courmont | 1 | -0/+29 |
| 2008-09-22 | Phonet: Phonet datagram transport protocol | Remi Denis-Courmont | 3 | -0/+304 |
| 2008-09-22 | Phonet: common socket glue | Remi Denis-Courmont | 3 | -3/+337 |
| 2008-09-22 | Phonet: Netlink interface | Remi Denis-Courmont | 3 | -0/+188 |
| 2008-09-22 | Phonet: network device and address handling | Remi Denis-Courmont | 3 | -0/+212 |
| 2008-09-22 | Phonet: add CONFIG_PHONET | Remi Denis-Courmont | 2 | -0/+20 |
| 2008-09-22 | Phonet: PF_PHONET protocol family support | Remi Denis-Courmont | 1 | -0/+216 |