aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-27Merge tag 'linux-can-next-for-4.8-20160623' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller2-21/+12
2016-06-27tipc: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla1-2/+1
2016-06-26Merge tag 'rxrpc-rewrite-20160622-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller20-1257/+797
2016-06-25net_sched: generalize bulk dequeueEric Dumazet1-10/+58
2016-06-25net_sched: sch_htb: export class backlog in dumpsEric Dumazet1-4/+10
2016-06-25net_sched: fq_codel: cache skb->truesize into skb->cbEric Dumazet1-3/+4
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet27-103/+140
2016-06-25openvswitch: Only set mark and labels with a commit flag.Jarno Rajahalme1-25/+51
2016-06-25openvswitch: Set mark and labels before confirming.Jarno Rajahalme1-19/+14
2016-06-23can: only call can_stat_update with procfsArnd Bergmann2-21/+12
2016-06-22openvswitch: Add packet len info to upcall.William Tu1-1/+12
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells11-451/+65
2016-06-22rxrpc: Kill the client connection bundle conceptDavid Howells8-480/+288
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells8-18/+26
2016-06-22rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells3-24/+31
2016-06-22rxrpc: Calls displayed in /proc may in future lack a connectionDavid Howells1-8/+11
2016-06-22rxrpc: Validate the net address given to rxrpc_kernel_begin_call()David Howells1-0/+5
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells6-152/+196
2016-06-22rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock isDavid Howells1-8/+8
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells5-43/+44
2016-06-22rxrpc: Fix exclusive connection handlingDavid Howells4-72/+58
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells9-46/+44
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells13-163/+226
2016-06-22rxrpc: fix uninitialized variable useArnd Bergmann1-0/+3
2016-06-22rxrpc: checking for IS_ERR() instead of NULLDan Carpenter3-4/+4
2016-06-18ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet3-6/+31
2016-06-18gre: better support for ICMP messages for gre+ipv6Eric Dumazet2-0/+7
2016-06-18ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet2-6/+12
2016-06-18ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet2-37/+40
2016-06-18ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet2-3/+6
2016-06-17RDS: TCP: Fix non static symbol warningsWei Yongjun1-2/+2
2016-06-17Merge tag 'linux-can-next-for-4.8-20160617' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller4-133/+193
2016-06-17tipc: potential shift wrapping bug in map_set()Dan Carpenter1-2/+2
2016-06-17net: ipv6: Address selection needs to consider L3 domainsDavid Ahern1-0/+48
2016-06-17net: vrf: Implement get_saddr for IPv6David Ahern2-2/+34
2016-06-17net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern1-17/+0
2016-06-17net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck1-65/+14
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-0/+10
2016-06-17net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck1-0/+102
2016-06-17can: bcm: add support for CAN FD framesOliver Hartkopp1-88/+135
2016-06-17can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp1-25/+29
2016-06-17can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp1-16/+16
2016-06-17can: bcm: fix indention and other minor style issuesOliver Hartkopp1-14/+12
2016-06-17can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring3-3/+14
2016-06-16net, cls: also reject deleting all filters when TCA_KIND presentDaniel Borkmann1-1/+1
2016-06-16net: xfrm: fix old-style declarationArnd Bergmann2-6/+6
2016-06-16net: the space is required after ','Wei Tang1-6/+6
2016-06-16net: do not initialise statics to 0Wei Tang1-1/+1
2016-06-16mpls: allow routes on ipgre devicesSimon Horman1-3/+4
2016-06-16sctp: change sk state to CLOSED instead of CLOSING in sctp_sock_migrateXin Long1-1/+1