summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-06-08net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan modeVladimir Oltean
2019-06-08net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean
2019-06-08net: dsa: Add teardown callback for driversVladimir Oltean
2019-06-08net: dsa: Keep a pointer to the skb clone for TX timestampingVladimir Oltean
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-06net/tls: export TLS per skb encryptionDirk van der Merwe
2019-06-06Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2019-06-06pktgen: do not sleep with the thread lock held.Paolo Abeni
2019-06-06ipv6: fix spelling mistake: "wtih" -> "with"Colin Ian King
2019-06-06net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun
2019-06-06ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz
2019-06-06ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz
2019-06-05ipv6: tcp: send consistent flowlabel in TIME_WAIT stateEric Dumazet
2019-06-05ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet
2019-06-05inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu
2019-06-05Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu
2019-06-05ethtool: fix potential userspace buffer overflowVivien Didelot
2019-06-05Fix memory leak in sctp_process_initNeil Horman
2019-06-05net: rds: fix memory leak when unload rds_rdmaZhu Yanjun
2019-06-05net: rds: add per rds connection cache statisticsZhu Yanjun
2019-06-05ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long
2019-06-05net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-05net: socket: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-06-04net: fix indirect calls helpers for ptype list hooks.Paolo Abeni
2019-06-04ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern
2019-06-04ipv4: Plumb support for nexthop object in a fib_infoDavid Ahern
2019-06-04ipv4: Prepare for fib6_nh from a nexthop objectDavid Ahern
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern
2019-06-04udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale
2019-06-04ipv6: Always allocate pcpu memory in a fib6_nhDavid Ahern
2019-06-04net: vlan: Inherit MPLS features from parent deviceAriel Levkovich
2019-06-04net/tls: don't pass version to tls_advance_record_sn()Jakub Kicinski
2019-06-04net/tls: use version from protJakub Kicinski
2019-06-04net/tls: don't re-check msg decrypted status in tls_device_decrypted()Jakub Kicinski
2019-06-04net/tls: don't look for decrypted frames on non-offloaded socketsJakub Kicinski
2019-06-04net/tls: remove false positive warningJakub Kicinski
2019-06-04net/tls: check return values from skb_copy_bits() and skb_store_bits()Jakub Kicinski
2019-06-04net/tls: fully initialize the msg wrapper skbJakub Kicinski
2019-06-04net: ipv4: fix rcu lockdep splat due to wrong annotationFlorian Westphal
2019-06-04devlink: allow driver to update progress of flash updateJiri Pirko
2019-06-04net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski
2019-06-04Revert "net/tls: avoid NULL-deref on resync during device removal"Jakub Kicinski
2019-06-03net: fix use-after-free in kfree_skb_listEric Dumazet
2019-06-03tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X)Eric Dumazet
2019-06-03ipv4: icmp: use this_cpu_read() in icmp_sk()Eric Dumazet
2019-06-03ipv6: use this_cpu_read() in rt6_get_pcpu_route()Eric Dumazet
2019-06-03ipv6: icmp: use this_cpu_read() in icmpv6_sk()Eric Dumazet