summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: Make sja1105_is_link_local not match meta framesVladimir Oltean2019-06-091-0/+2
* net: dsa: sja1105: Build a minimal understanding of meta framesVladimir Oltean2019-06-091-0/+15
* net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan modeVladimir Oltean2019-06-091-7/+11
* net: dsa: tag_8021q: Create helper function for removing VLAN headerVladimir Oltean2019-06-092-30/+46
* net: dsa: Add teardown callback for driversVladimir Oltean2019-06-091-0/+3
* net: dsa: Keep a pointer to the skb clone for TX timestampingVladimir Oltean2019-06-091-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07428-2419/+533Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-0715-59/+92
| |\
| | * pktgen: do not sleep with the thread lock held.Paolo Abeni2019-06-061-0/+11
| | * net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun2019-06-061-4/+6
| | * ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz2019-06-061-5/+8
| | * ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz2019-06-061-2/+10
| | * Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu2019-06-061-3/+3
| | * ethtool: fix potential userspace buffer overflowVivien Didelot2019-06-061-1/+4
| | * Fix memory leak in sctp_process_initNeil Horman2019-06-062-10/+8Star
| | * net: rds: fix memory leak when unload rds_rdmaZhu Yanjun2019-06-062-1/+4
| | * ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long2019-06-061-12/+12
| | * net: fix indirect calls helpers for ptype list hooks.Paolo Abeni2019-06-051-3/+3
| | * udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale2019-06-051-2/+1Star
| | * net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski2019-06-041-6/+21
| | * Revert "net/tls: avoid NULL-deref on resync during device removal"Jakub Kicinski2019-06-041-10/+5Star
| | * packet: unconditionally free po->rolloverWillem de Bruijn2019-06-031-1/+1
| | * net: dsa: sja1105: Don't store frame type in skb->cbVladimir Oltean2019-05-311-7/+3Star
| * | Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-062-17/+16Star
| |\ \
| | * | SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS credentialTrond Myklebust2019-05-301-14/+14
| | * | SUNRPC fix regression in umount of a secure mountOlga Kornievskaia2019-05-301-1/+1
| | * | xprtrdma: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-281-2/+1Star
| * | | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-31418-2343/+425Star
| |\ \ \ | | |_|/ | |/| |
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-303-12/+3Star
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-304-48/+4Star
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-3017-18/+17Star
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-308-128/+8Star
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner2019-05-301-5/+1Star
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-3026-230/+33Star
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164Thomas Gleixner2019-05-301-15/+1Star
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-301-14/+1Star
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30352-1807/+352Star
| | * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 132Thomas Gleixner2019-05-304-56/+4Star
| | |/
* | | net/tls: export TLS per skb encryptionDirk van der Merwe2019-06-061-0/+6
* | | ipv6: fix spelling mistake: "wtih" -> "with"Colin Ian King2019-06-061-1/+1
* | | ipv6: tcp: send consistent flowlabel in TIME_WAIT stateEric Dumazet2019-06-061-0/+2
* | | ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet2019-06-063-4/+14
* | | inet_connection_sock: remove unused parameter of reqsk_queue_unlink funcZhiqiang Liu2019-06-061-3/+2Star
* | | net: rds: add per rds connection cache statisticsZhu Yanjun2019-06-061-0/+2
* | | net: ipv6: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-062-2/+2
* | | net: ipv4: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-064-4/+4
* | | net: openvswitch: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-061-1/+1
* | | net: socket: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-061-1/+1
* | | ipv6: Plumb support for nexthop object in a fib6_infoDavid Ahern2019-06-055-28/+194