summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* caif: Remove unneeded header fileAmitoj Kaur Chawla2016-06-281-1/+0
* net: diag: Add support to filter on device indexDavid Ahern2016-06-281-0/+25
* Merge tag 'linux-can-next-for-4.8-20160623' of git://git.kernel.org/pub/scm/l...David S. Miller2016-06-272-21/+12
|\
| * can: only call can_stat_update with procfsArnd Bergmann2016-06-232-21/+12
* | tipc: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla2016-06-271-2/+1
* | Merge tag 'rxrpc-rewrite-20160622-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-06-2620-1257/+797
|\ \
| * | rxrpc: Kill off the rxrpc_transport structDavid Howells2016-06-2211-451/+65
| * | rxrpc: Kill the client connection bundle conceptDavid Howells2016-06-228-480/+288
| * | rxrpc: Provide more refcount helper functionsDavid Howells2016-06-228-18/+26
| * | rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells2016-06-223-24/+31
| * | rxrpc: Calls displayed in /proc may in future lack a connectionDavid Howells2016-06-221-8/+11
| * | rxrpc: Validate the net address given to rxrpc_kernel_begin_call()David Howells2016-06-221-0/+5
| * | rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells2016-06-226-152/+196
| * | rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock isDavid Howells2016-06-221-8/+8
| * | rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells2016-06-225-43/+44
| * | rxrpc: Fix exclusive connection handlingDavid Howells2016-06-224-72/+58
| * | rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells2016-06-229-46/+44
| * | rxrpc: Use structs to hold connection params and protocol infoDavid Howells2016-06-2213-163/+226
| * | rxrpc: fix uninitialized variable useArnd Bergmann2016-06-221-0/+3
| * | rxrpc: checking for IS_ERR() instead of NULLDan Carpenter2016-06-223-4/+4
* | | net_sched: generalize bulk dequeueEric Dumazet2016-06-251-10/+58
* | | net_sched: sch_htb: export class backlog in dumpsEric Dumazet2016-06-251-4/+10
* | | net_sched: fq_codel: cache skb->truesize into skb->cbEric Dumazet2016-06-251-3/+4
* | | net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-2527-103/+140
* | | openvswitch: Only set mark and labels with a commit flag.Jarno Rajahalme2016-06-251-25/+51
* | | openvswitch: Set mark and labels before confirming.Jarno Rajahalme2016-06-251-19/+14
| |/ |/|
* | openvswitch: Add packet len info to upcall.William Tu2016-06-221-1/+12
|/
* ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet2016-06-183-6/+31
* gre: better support for ICMP messages for gre+ipv6Eric Dumazet2016-06-182-0/+7
* ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet2016-06-182-6/+12
* ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet2016-06-182-37/+40
* ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet2016-06-182-3/+6
* RDS: TCP: Fix non static symbol warningsWei Yongjun2016-06-171-2/+2
* Merge tag 'linux-can-next-for-4.8-20160617' of git://git.kernel.org/pub/scm/l...David S. Miller2016-06-174-133/+193
|\
| * can: bcm: add support for CAN FD framesOliver Hartkopp2016-06-171-88/+135
| * can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp2016-06-171-25/+29
| * can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp2016-06-171-16/+16
| * can: bcm: fix indention and other minor style issuesOliver Hartkopp2016-06-171-14/+12
| * can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring2016-06-173-3/+14
* | tipc: potential shift wrapping bug in map_set()Dan Carpenter2016-06-171-2/+2
* | net: ipv6: Address selection needs to consider L3 domainsDavid Ahern2016-06-171-0/+48
* | net: vrf: Implement get_saddr for IPv6David Ahern2016-06-172-2/+34
* | net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern2016-06-171-17/+0
* | net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck2016-06-171-65/+14
* | net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2016-06-171-0/+10
* | net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck2016-06-171-0/+102
|/
* net, cls: also reject deleting all filters when TCA_KIND presentDaniel Borkmann2016-06-161-1/+1
* net: xfrm: fix old-style declarationArnd Bergmann2016-06-162-6/+6
* net: the space is required after ','Wei Tang2016-06-161-6/+6
* net: do not initialise statics to 0Wei Tang2016-06-161-1/+1
OpenPOWER on IntegriCloud