summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-06-23act_ife: acquire ife_mod_lock before reading ifeoplistWANG Cong
2016-06-23act_ife: only acquire tcf_lock for existing actionsWANG Cong
2016-06-23esp: Fix ESN generation under UDP encapsulationHerbert Xu
2016-06-23can: only call can_stat_update with procfsArnd Bergmann
2016-06-22openvswitch: Add packet len info to upcall.William Tu
2016-06-22tipc: unclone unbundled buffers before forwardingJon Paul Maloy
2016-06-22kcm: fix /proc memory leakJiri Slaby
2016-06-22rxrpc: Kill off the rxrpc_transport structDavid Howells
2016-06-22rxrpc: Kill the client connection bundle conceptDavid Howells
2016-06-22rxrpc: Provide more refcount helper functionsDavid Howells
2016-06-22rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells
2016-06-22rxrpc: Calls displayed in /proc may in future lack a connectionDavid Howells
2016-06-22rxrpc: Validate the net address given to rxrpc_kernel_begin_call()David Howells
2016-06-22rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells
2016-06-22rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock isDavid Howells
2016-06-22rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells
2016-06-22rxrpc: Fix exclusive connection handlingDavid Howells
2016-06-22rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}David Howells
2016-06-22rxrpc: Use structs to hold connection params and protocol infoDavid Howells
2016-06-22rxrpc: fix uninitialized variable useArnd Bergmann
2016-06-22rxrpc: checking for IS_ERR() instead of NULLDan Carpenter
2016-06-19ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet
2016-06-19gre: better support for ICMP messages for gre+ipv6Eric Dumazet
2016-06-19ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet
2016-06-19ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet
2016-06-19ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet
2016-06-19net: rds: fix coding style issuesJoshua Houghton
2016-06-19AX.25: Close socket connection on session completionBasil Gunn
2016-06-18RDS: TCP: rds_tcp_accept_one() should transition socket from RESETTING to UPSowmini Varadhan
2016-06-18RDS: TCP: Fix non static symbol warningsWei Yongjun
2016-06-18Merge tag 'linux-can-next-for-4.8-20160617' of git://git.kernel.org/pub/scm/l...David S. Miller
2016-06-18tipc: fix socket timer deadlockJon Paul Maloy
2016-06-18tipc: potential shift wrapping bug in map_set()Dan Carpenter
2016-06-18net: ipv6: Address selection needs to consider L3 domainsDavid Ahern
2016-06-18net: vrf: Implement get_saddr for IPv6David Ahern
2016-06-18net: ipv6: Move ip6_route_get_saddr to inlineDavid Ahern
2016-06-18net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck
2016-06-18net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck
2016-06-18net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck
2016-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-06-17can: bcm: add support for CAN FD framesOliver Hartkopp
2016-06-17can: bcm: unify bcm_msg_head handling and prepare function parametersOliver Hartkopp
2016-06-17can: bcm: use CAN frame instead of can_frame in commentsOliver Hartkopp
2016-06-17can: bcm: fix indention and other minor style issuesOliver Hartkopp
2016-06-17can: build proc support only if CONFIG_PROC_FS is activatedAlexander Aring
2016-06-17net, cls: also reject deleting all filters when TCA_KIND presentDaniel Borkmann
2016-06-17net: xfrm: fix old-style declarationArnd Bergmann
2016-06-17Merge tag 'nfsd-4.7-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-06-17Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-06-17net: the space is required after ','Wei Tang